summaryrefslogtreecommitdiff
path: root/lang/lua/distinfo
diff options
context:
space:
mode:
authorjtb <jtb>2001-06-19 14:47:22 +0000
committerjtb <jtb>2001-06-19 14:47:22 +0000
commit52dc358967eb5de58d3067974091e8b538363bbb (patch)
treea73b78e3c58900ce132e6170cd8d6be30c739cb6 /lang/lua/distinfo
parent9f0b413bac0d5435e93a4ca317c27d51f65d38b9 (diff)
downloadpkgsrc-52dc358967eb5de58d3067974091e8b538363bbb.tar.gz
Initial import of lua.
Lua is a powerful, light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management, making it ideal for configuration, scripting, and rapid prototyping. Lua is a language engine that you can embed into your application. This means that, besides syntax and semantics, Lua has an API that allows the application to exchange data with Lua programs and also to extend Lua with C functions. In this sense, Lua can be regarded as a language framework for building domain-specific languages. Lua is implemented as a small library of C functions, written in ANSI C, and compiles unmodified in all known platforms. The implementation goals are simplicity, efficiency, portability, and low embedding cost. The result is a fast language engine with small footprint, making it ideal in embedded systems too.
Diffstat (limited to 'lang/lua/distinfo')
-rw-r--r--lang/lua/distinfo6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/lua/distinfo b/lang/lua/distinfo
new file mode 100644
index 00000000000..f1800503003
--- /dev/null
+++ b/lang/lua/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/06/19 14:47:22 jtb Exp $
+
+SHA1 (lua-4.0.tar.gz) = 8d432c73ef6e98b81d252114be1a83182cc9607a
+Size (lua-4.0.tar.gz) = 157102 bytes
+SHA1 (patch-aa) = d925fcf677c2fed99ebf56805f1fa121ad9133e4
+SHA1 (patch-ab) = 89c41b48f075254b27d68f3a25fdc64719d5f8b9