diff options
Diffstat (limited to '')
-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 | ||