Re: [ANN] LuaRocks 2.2.0
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] LuaRocks 2.2.0
- From: Hisham <h@...>
- Date: 2014年8月28日 17:27:23 -0300
On 28 August 2014 17:09, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 2014年08月15日 20:03 GMT+02:00 Hisham <h@hisham.hm>:
>
>> * MoonRocks is the new default repository: http://rocks.moonscript.org
>> - Rocks don't need to be sent to the LuaRocks mailing list anymore,
>> you can upload them directly at the website or using...
>> * ...`luarocks upload` command for uploading rocks to MoonRocks via
>> the command-line
>> * Preliminary support for Lua 5.3
>
> Have the above two come together yet? Uploading says:
>
> Error: A JSON library is required for this command.
>
> But an attempt to install dkjson with luarocks-5.3 says:
>
> Missing dependencies for dkjson:
> lua >= 5.1, < 5.3
Oh, good question. Haven't tried every combination of Lua versions +
JSON libraries. Did you try another JSON library? IIRC, I tested it
with lua-cjson, but I don't know if it was on Lua 5.3.
-- Hisham