diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-24 17:24:38 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-24 17:24:38 +0000 |
commit | 00cd49ba4e0e357722e9651a3f57e82864eb73f0 (patch) | |
tree | 886b8b4207b5087a4a8c56cdb84651b4159239ac | |
parent | e8fe170babc9544ccf8f2f8daa52933dddbb9b5b (diff) | |
download | luarocks-00cd49ba4e0e357722e9651a3f57e82864eb73f0.tar.gz luarocks-00cd49ba4e0e357722e9651a3f57e82864eb73f0.tar.bz2 luarocks-00cd49ba4e0e357722e9651a3f57e82864eb73f0.zip |
add info to rockspec
git-svn-id: http://luarocks.org/svn/luarocks/trunk@111 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
-rw-r--r-- | rockspec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -13,11 +13,14 @@ description = { | |||
13 | installed as well, and at run time, so that when a module is | 13 | installed as well, and at run time, so that when a module is |
14 | required, the correct version is loaded. LuaRocks supports both | 14 | required, the correct version is loaded. LuaRocks supports both |
15 | local and remote repositories, and multiple local rocks trees. | 15 | local and remote repositories, and multiple local rocks trees. |
16 | ]] | 16 | ]], |
17 | license = "MIT/X11", | ||
18 | homepage = "http://www.luarocks.org", | ||
19 | maintainer = "Hisham Muhammad" | ||
17 | } | 20 | } |
18 | 21 | ||
19 | dependencies = { | 22 | dependencies = { |
20 | "lua >= 5.1" | 23 | "lua ~> 5.1" |
21 | } | 24 | } |
22 | 25 | ||
23 | source = { | 26 | source = { |