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,"1.0.0"},
{applications,[kernel,stdlib]},
{modules,[]},
{registered,[]},
{licenses,["Apache 2.0"]},
{links,[{"Github","https://github.com/inaka/erlang-katana"}]}]}.