diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-11 17:32:59 +0400 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-11 17:34:14 +0400 |
commit | d13929706a3b45bd64e0a87e0afc3d45625e888d (patch) | |
tree | d1c846805f127736d1dafb3b3094eaf78d032859 /llthreads2/dist.info | |
parent | 46ed59584e5407c49a02f1ea6bede6487259a92e (diff) | |
download | lua-llthreads2-d13929706a3b45bd64e0a87e0afc3d45625e888d.tar.gz lua-llthreads2-d13929706a3b45bd64e0a87e0afc3d45625e888d.tar.bz2 lua-llthreads2-d13929706a3b45bd64e0a87e0afc3d45625e888d.zip |
Init LuaDist for llthreads2 module.
Diffstat (limited to 'llthreads2/dist.info')
-rw-r--r-- | llthreads2/dist.info | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llthreads2/dist.info b/llthreads2/dist.info new file mode 100644 index 0000000..5dfdbaa --- /dev/null +++ b/llthreads2/dist.info | |||
@@ -0,0 +1,12 @@ | |||
1 | name = "lua-llthreads2" | ||
2 | version = "0.1.1" | ||
3 | |||
4 | desc = "A simple Lua wrapper for pthreads & WIN32 threads." | ||
5 | author = "Alexey Melnichuk" | ||
6 | license = "MIT/X11" | ||
7 | url = "https://github.com/moteus/lua-llthreads2" | ||
8 | maintainer = "Alexey Melnichuk" | ||
9 | |||
10 | depends = { | ||
11 | "lua > 5.1" | ||
12 | } \ No newline at end of file | ||