Current section
Files
Jump to
Current section
Files
src/grisp.app.src
{application,grisp,
[{description,"GRiSP Erlang Runtime Library"},
{vsn,"0.1.0"},
{registered,[]},
{mod,{grisp_app,[]}},
{applications,[kernel,stdlib,mapz]},
{env,[]},
{modules,[]},
{maintainers,["Adam Lindberg","Peer Stritzinger"]},
{licenses,["Apache License 2.0"]},
{links,[{"Homepage","https://www.grisp.org"},
{"GitHub","https://github.com/grisp/grisp"}]}]}.