Current section
Files
Jump to
Current section
Files
src/positive.app.src
{application, positive, [
{description, "Library: check if an integer is positive"},
{vsn, "13.3.7"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib
]},
{env, []},
{maintainers, ["Jesper Louis Andersen"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/jlouis/positive"}]}
]}.