Current section
Files
Jump to
Current section
Files
src/dirs.app.src
{application,dirs,
[{description,"A low-level LFE/Erlang library that provides standard config/cache/data paths, following the respective conventions on Linux, macOS and Windows"},
{vsn,"0.2.1"},
{registered,[]},
{mod,{}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/lfex/dirs"},
{"Hex","https://hex.pm/packages/dirs"}]},
{exclude_paths,["priv/html","priv/images","priv/.DS_Store"]}]}.