Packages

helper library for making Erlang libraries logging framework agnostic

Current section

Files

Jump to
hut src hut.app.src
Raw

src/hut.app.src

%% -*- erlang -*-
{application, hut, [
{description, "helper library for making Erlang libraries logging framework agnostic"},
{vsn, "1.2.0"},
{id, "git"},
{registered, []},
{applications, [kernel, stdlib]},
{modules, []},
{env, []},
{maintainers, ["tolbrino"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/tolbrino/hut"}]},
{build_tools, ["erlang.mk", "rebar", "rebar3"]}
]}.