aboutsummaryrefslogtreecommitdiff
path: root/dist.info
diff options
context:
space:
mode:
Diffstat (limited to '')
-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