Packages

Erlang/Elixir module for managing temporary files

Current section

Files

Jump to
ephemeral src ephemeral.app.src
Raw

src/ephemeral.app.src

{application,ephemeral,
[{description,"Erlang/Elixir module for managing temporary files"},
{vsn,"2.0.2"},
{registered,[]},
{modules,[]},
{applications,[kernel,stdlib,bucs]},
{env,[]},
{maintainers,["Gregoire Lejeune"]},
{licenses,["BSD-3"]},
{links,[{"Github","https://github.com/botsunit/tempfile"}]},
{files,["src/*","include/*","lib/*","Makefile","bu.mk",
"README.md","rebar.config","rebar.lock","mix.exs",
"mix.lock"]},
{build_tools,["rebar3","mix","make"]}]}.