Current section
Files
Jump to
Current section
Files
src/econfig.app.src
{application,econfig,
[{description,"simple Erlang config handler using INI files"},
{vsn,"0.5.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{econfig_app,[]}},
{env,[]},
{maintainers,["Benoit Chesneau"]},
{license,["Apache License 2"]},
{links,[{"Github","https://github.com/benoitc/econfig"}]}]}.