diff options
author | Peter Drahoš <drahosp@gmail.com> | 2010-10-01 03:22:32 +0200 |
---|---|---|
committer | Peter Drahoš <drahosp@gmail.com> | 2010-10-01 03:22:32 +0200 |
commit | 89d9c98af1ac352ba4d49d660e61b0853d6e1a86 (patch) | |
tree | 15c56d2ce66b4ab147171c0f674cdb4a435ff13f /dist.info | |
download | lanes-89d9c98af1ac352ba4d49d660e61b0853d6e1a86.tar.gz lanes-89d9c98af1ac352ba4d49d660e61b0853d6e1a86.tar.bz2 lanes-89d9c98af1ac352ba4d49d660e61b0853d6e1a86.zip |
Import to git
Diffstat (limited to 'dist.info')
-rw-r--r-- | dist.info | 14 |
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 | |||
3 | name = "lanes" | ||
4 | version = "2.0.3" | ||
5 | |||
6 | desc = "Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1." | ||
7 | author = "Asko Kauppi" | ||
8 | license = "MIT" | ||
9 | url = "http://luaforge.net/projects/lanes" | ||
10 | maintainer = "Peter Kapec" | ||
11 | |||
12 | depends = { | ||
13 | "lua ~> 5.1" | ||
14 | } | ||