Packages

A low-level LFE/Erlang library that provides standard config/cache/data paths, following the respective conventions on Linux, macOS and Windows

Current section

Files

Jump to
dirs src dirs.app.src
Raw

src/dirs.app.src

{application,dirs,
[{description,"A port of the Rust `dirs` library to LFE/Erlang"},
{vsn,"0.1.0"},
{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_files,["priv/html/*","priv/images/*",
"priv/.DS_Store"]}]}.