Easy configuration file loading

$ luarocks install config

Allows to load config fileswith a lua-like syntax but with sugar.
I.e: You can have a file like:
foo = 3
bar.plop = 5
bar.zaz = { 3, 4 }

This will load just fine, even if this is not valid Lua code (bar is not defined)

Versions

1.0.0-19 years ago2,028 downloads

Dependencies

lua >= 5.1

Dependency for

tethys

Manifests