Current section
Files
Jump to
Current section
Files
src/hex_core.app.src
{application,hex_core,
[{description,"Reference implementation of Hex specifications"},
{vsn,"0.14.0"},
{registered,[]},
{applications,[kernel,stdlib,inets,ssl]},
{licenses,["Apache-2.0"]},
{include_paths,["CHANGELOG.md"]},
{exclude_paths,["src/safe_erl_term.erl"]},
{links,[{"GitHub","https://github.com/hexpm/hex_core"},
{"Hex specifications",
"https://github.com/hexpm/specifications"}]},
{doc,"doc"}]}.