summaryrefslogtreecommitdiff
path: root/dist.info
diff options
context:
space:
mode:
authorAlexey Melnichuk <mimir@newmail.ru>2014-02-10 13:42:44 +0400
committerAlexey Melnichuk <mimir@newmail.ru>2014-02-10 13:42:44 +0400
commitb3f8cfa55284e3e2db588550ae8f516309f10332 (patch)
treef059852d6173ae4a5bd7809ebc7dc152065aa7f9 /dist.info
parent0ef254d0d5ea2619a295fe1c3832c886f70e5140 (diff)
downloadlua-llthreads2-b3f8cfa55284e3e2db588550ae8f516309f10332.tar.gz
lua-llthreads2-b3f8cfa55284e3e2db588550ae8f516309f10332.tar.bz2
lua-llthreads2-b3f8cfa55284e3e2db588550ae8f516309f10332.zip
Add. LuaDist files.
Diffstat (limited to 'dist.info')
-rw-r--r--dist.info12
1 files changed, 12 insertions, 0 deletions
diff --git a/dist.info b/dist.info
new file mode 100644
index 0000000..5dfdbaa
--- /dev/null
+++ b/dist.info
@@ -0,0 +1,12 @@
1name = "lua-llthreads2"
2version = "0.1.1"
3
4desc = "A simple Lua wrapper for pthreads & WIN32 threads."
5author = "Alexey Melnichuk"
6license = "MIT/X11"
7url = "https://github.com/moteus/lua-llthreads2"
8maintainer = "Alexey Melnichuk"
9
10depends = {
11 "lua > 5.1"
12} \ No newline at end of file