Current section
Files
Jump to
Current section
Files
src/ierl.app.src
{application,ierl,
[{description,"Erlang jupyter frontend tool to install and run kernels"},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib,lager,jupyter,getopt,lfe]},
{included_applications,[]},
{env,[]},
{licenses,["GPLv3"]},
{maintainers,["Benedikt Reinartz"]},
{links,[{"Github","https://github.com/filmor/ierl"}]}]}.