lua-users home
lua-l archive

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


We are working on a embedded system. So we try to keep the used resources as well as the additional dependencies small. But thanks for the hint. Maybe I consider Luarocks for one of the next projects.

Best Regards
Micha

Yuri Takhteyev schrieb:
I implement something like a dynamical plugin system. The plugins are
located on a different path than the default LUA environment. Each plugin
can have a different path described in a separate xml file.

Have you considered using a customized version of LuaRocks
(http://luarocks.org/) for your plugin system?

  - yuri