Current section
Files
Jump to
Current section
Files
src/marker.app.src
{application,marker,
[{description,"A Markdown parser and renderer written in Erlang during SpawnFest 2021."},
{vsn,"0.1.0"},
{registered,[]},
{pkg_name,"markerl"},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/spawnfest/marker"}]}]}.