diff options
author | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-10 13:42:44 +0400 |
---|---|---|
committer | Alexey Melnichuk <mimir@newmail.ru> | 2014-02-10 13:42:44 +0400 |
commit | b3f8cfa55284e3e2db588550ae8f516309f10332 (patch) | |
tree | f059852d6173ae4a5bd7809ebc7dc152065aa7f9 /dist.info | |
parent | 0ef254d0d5ea2619a295fe1c3832c886f70e5140 (diff) | |
download | lua-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.info | 12 |
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 @@ | |||
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 | ||