Current section

Files

Jump to
zipper src zipper.app.src
Raw

src/zipper.app.src

{
application, zipper,
[
{description, "Generic Zipper Implementation for Erlang"},
{vsn, "0.2.0"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
{maintainers, ["Inaka"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/inaka/zipper"}]},
{build_tools, ["erlang.mk", "rebar"]}
]
}.