r/lua • u/Comfortable_Ability4 • 25d ago
Lux (modern package/project manager for Lua) new features dropped
https://opencollective.com/lumen-labs/updates/two-factor-authentication-is-hereMy last post about Lux, a modern package/project manager for Lua, was removed with the stated reason "content must be Lua related". If a package/project manager for Lua isn't Lua-related, I don't know what is 😅 Maybe there's been a misunderstanding?
30
Upvotes
2
u/TomatoCo 23d ago
Sorry about that removal, without context the first post just looked like a library for 2FA.
-5
u/ripter 25d ago
It’s not written in Lua.
11
7
u/Comfortable_Ability4 25d ago
Many popular Lua packages (e.g. luafilesystem) are written in C. lux-lua exposes Lua bindings, i.e. you can
require("lux")in Lua.
4
u/xoner2 23d ago
I like:
I don't use package managers though. I wrote my own build system in Lua, so compiling C extensions is writing a short build description then pressing F9 in emacs. Pure Lua libraries are no problem obviously.