Current section
Files
Jump to
Current section
Files
src/katana.app.src
{application, katana,
[
{description,
"Erlang grab bag of useful functions. "
"It should have been called swiss army knife "
"but katanas are deadlier"},
{vsn, "0.2.21"},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
{maintainers, ["unbalancedparentheses","Inaka"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/inaka/erlang-katana"}]},
{build_tools, ["erlang.mk"]}
]
}.