diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-02-12 17:06:03 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-02-12 17:06:03 +0100 |
commit | a661736f7984292a41d71847de68590f6b8ca08a (patch) | |
tree | 43e0799c20e835f1cc2d8c5fa1324b64301763e0 /dist.info | |
parent | c91a03bd956bf19848253bded8217687ccd2ad81 (diff) | |
download | lanes-a661736f7984292a41d71847de68590f6b8ca08a.tar.gz lanes-a661736f7984292a41d71847de68590f6b8ca08a.tar.bz2 lanes-a661736f7984292a41d71847de68590f6b8ca08a.zip |
Changed idfunc signature and contract to clarify that fact it is not lua-callable and to be able to require the module it was exported from in the target lanes.
Diffstat (limited to 'dist.info')
-rw-r--r-- | dist.info | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | --- This file is part of LuaDist project | 1 | --- This file is part of LuaDist project |
2 | 2 | ||
3 | name = "lanes" | 3 | name = "lanes" |
4 | version = "2.0.10" | 4 | version = "2.0.11" |
5 | 5 | ||
6 | desc = "Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1." | 6 | desc = "Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1." |
7 | author = "Asko Kauppi" | 7 | author = "Asko Kauppi" |