Packages

Standalone command-line interface for hex.pm

Current section

Files

Jump to
hexer src hexer.app.src
Raw

src/hexer.app.src

{
application, hexer,
[
{description, "Standalone command-line interface for hex.pm"},
{vsn, "0.0.1"},
{ applications
, [ kernel
, stdlib
, shotgun
, getopt
]
},
{modules, []},
{registered, []},
{pkg_name, hexer},
{maintainers, ["Inaka"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/inaka/hexer"}]},
{build_tools, ["make"]}
]
}.