Packages
Parse transform library for Erlang
Current section
Files
Jump to
Current section
Files
src/merlin.app.src
{application,merlin,
[{pkg_name,"kivra_merlin"},
{description,"Parse transform library for Erlang"},
{vsn,"3.0.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/kivra/merlin"}]}]}.