Current section
Files
Jump to
Current section
Files
src/vice.app.src
{application,vice,
[{description,"Video and Image Converter for Erlang/Elixir"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{vice_app,[]}},
{applications,[kernel,stdlib,compiler,poolgirl]},
{env,[]},
{modules,[]},
{licenses,["BSD-3"]},
{links,[{"Github","https://github.com/G-Corp/vice"}]},
{files,["src/*","include/*","lib/*","priv/presets/*",
"priv/*.xml","c_src/*","Makefile","bu.mk","README.md",
"rebar.config","rebar.lock","mix.exs","mix.lock"]},
{build_tools,["rebar3","mix","make"]}]}.