diff options
| -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 = { |
