summaryrefslogtreecommitdiffstats
path: root/source/d/lua/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/lua/slack-desc')
-rw-r--r--source/d/lua/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/source/d/lua/slack-desc b/source/d/lua/slack-desc
new file mode 100644
index 000000000..8de70f72b
--- /dev/null
+++ b/source/d/lua/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+lua: lua (fast, light-weight, embeddable scripting language)
+lua:
+lua: Lua combines simple procedural syntax with powerful data description
+lua: constructs based on associative arrays and extensible semantics. Lua
+lua: is dynamically typed, runs by interpreting bytecode for a register-
+lua: based virtual machine, and has automatic memory management with
+lua: incremental garbage collection, making it ideal for configuration,
+lua: scripting, and rapid prototyping.
+lua:
+lua: Homepage: http://www.lua.org
+lua: