lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sat, 1 Feb 2020 at 10:01, Russell Haley <russ.haley@gmail.com> wrote:
>
> Hello,
>
> Does anyone know if it's possible to search for rocks that contain C and build for Windows? What about determining the build system that a module uses?

No fully automatic method, but you could brute-force it by downloading
the mirror of the entire LuaRocks repo and writing a script that tries
to build them all:

https://github.com/rocks-moonscript-org/moonrocks-mirror

-- Hisham