Current section

Files

Jump to
hex_core src hex_core.app.src
Raw

src/hex_core.app.src

{application,hex_core,
[{description,"Reference implementation of Hex specifications"},
{vsn,"0.13.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"}]}.