Current section
Files
Jump to
Current section
Files
src/aleppo.app.src
%% -*- mode: erlang -*-
{application, aleppo,
[{description, "Aleppo: ALternative Erlang Pre-ProcessOr"},
{vsn, "0.9.6"},
{modules, [
]},
{applications, [kernel, stdlib]},
{registered, []},
{pkg_name, inaka_aleppo},
{maintainers, ["Inaka", "ErlyORM"]},
{licenses, []},
{links, [{"Github", "https://github.com/inaka/aleppo"}]},
{build_tools, ["make", "rebar"]}
]}.