Current section

Files

Jump to
ierl src ierl.app.src
Raw

src/ierl.app.src

{application,ierl,
[{description,"Erlang jupyter frontend tool to install and run kernels"},
{vsn,"0.3.2"},
{registered,[]},
{applications,[kernel,stdlib,lager,jupyter,getopt,lfe]},
{included_applications,[]},
{env,[]},
{licenses,["GPLv3"]},
{maintainers,["Benedikt Reinartz"]},
{links,[{"Github","https://github.com/filmor/ierl"}]},
{include_files,["mix.exs"]}]}.