aboutsummaryrefslogtreecommitdiff
path: root/dist.info
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2010-10-01 03:22:32 +0200
committerPeter Drahoš <drahosp@gmail.com>2010-10-01 03:22:32 +0200
commit89d9c98af1ac352ba4d49d660e61b0853d6e1a86 (patch)
tree15c56d2ce66b4ab147171c0f674cdb4a435ff13f /dist.info
downloadlanes-89d9c98af1ac352ba4d49d660e61b0853d6e1a86.tar.gz
lanes-89d9c98af1ac352ba4d49d660e61b0853d6e1a86.tar.bz2
lanes-89d9c98af1ac352ba4d49d660e61b0853d6e1a86.zip
Import to git
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}