Packages

an Erlang library to parse command-line arguments for escript

Current section

Files

Jump to
erlarg src erlarg.app.src
Raw

src/erlarg.app.src

{application,erlarg,
[{description,"an Erlang library to parse command-line arguments for escript"},
{vsn,"1.0.1"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/Eptwalabha/erlarg"}]}]}.