summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0943dee
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+LuaMQ 0.1
+http://www.spreadspace.org/luamq/
+
+LuaMQ is a simple interface from Lua to posix message queues. It
+allows interprocess communication using posix message queues.
+
+LuaMQ is free software and uses the same license as Lua 5.1.
+
+
+Source code for LuaMQ can be downloaded from the project page.