aboutsummaryrefslogtreecommitdiff
path: root/dist.info
diff options
context:
space:
mode:
Diffstat (limited to 'dist.info')
-rw-r--r--dist.info14
1 files changed, 14 insertions, 0 deletions
diff --git a/dist.info b/dist.info
new file mode 100644
index 0000000..a6553b0
--- /dev/null
+++ b/dist.info
@@ -0,0 +1,14 @@
1--- This file is part of LuaDist project
2
3name = "lanes"
4version = "2.0.3"
5
6desc = "Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1."
7author = "Asko Kauppi"
8license = "MIT"
9url = "http://luaforge.net/projects/lanes"
10maintainer = "Peter Kapec"
11
12depends = {
13 "lua ~> 5.1"
14}