$ 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
Dependencies
lua >= 5.1