Current section
Files
Jump to
Current section
Files
src/hut.app.src
%% -*- erlang -*-
{application, hut, [
{description, "helper library for making Erlang libraries logging framework agnostic"},
{vsn, "1.1.0"},
{registered, []},
{applications, [kernel, stdlib]},
{modules, []},
{mod, []},
{env, []},
{maintainers, ["tolbrino"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/tolbrino/hut"}]},
{build_tools, ["erlang.mk"]}
]}.