It was thus said that the Great Peter Billam once stated:
> Yes :-) downloading the lgdbm-20211118.52-0.src.rock into /tmp and
>   luarocks install /tmp/lgdbm-20211118.52-0.src.rock
> installs it just fine :-)  (thanks Sean!)
> 
> One thing that occurred to me is that the rockspec specifies
>   dependencies = {
>     "lua >=5.2, <5.5"  -- 20211118 to allow lua5.4
>   }
> but devuan daedalus comes with Lua 5.3.6
> and I'm wondering how 5.3.6 survives that "lua >=5.2, <5.5" criterion
> seeing that >= implies a numerical comparison,
> but 5.3.6 is not a valid number ...

  Another example of version numbers---version 2.10 is later than version
2.1, yet as "numbers", they are the same.

  -spc



_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to