Current section
Files
Jump to
Current section
Files
src/want.app.src
{application, want,
[
{ description, "Simple library for converting between types conveniently" },
{ vsn, "1.0.0" },
{ registered, [] },
{ applications,
[
kernel,
stdlib
]},
{ env,[] },
{ modules, [] },
{ maintainers, ["Warren Kenny"] },
{ licenses, [
"MIT"
]},
{ links,
[
{"GitHub", "https://github.com/wrren/want.erl"}
]}
]}.