luarocks / luarocks-site

LuaRocks website and module host
http://luarocks.org
176 stars 36 forks source link

`luarocks install --server=http://rocks.moonscript.org/manifests/pygy require` => Error: No results matching query were found. #12

Closed pygy closed 10 years ago

pygy commented 10 years ago

Thesame goes for the root manifest. I think I missed something in creating my rockspec...

I'm using OS X 10.8 and luarocks HEAD to circumvent #6.

Here's the rockspec. Uploading works fine.

pygy commented 10 years ago

It was apparently related to the way I had expressed the Lua dependency: "lua ~> 5.1, ~>5.2" doesn't work, while "lua >= 5.1, < 5.3" does. I suppose it takes the intersction, not the union of the criteria...