Packages

Command-line options parser for Erlang

Current section

Files

Jump to
getopt src getopt.app.src
Raw

src/getopt.app.src

{application,getopt,
[{description,"Command-line options parser for Erlang"},
{vsn,"1.0.1"},
{modules,[]},
{registered,[]},
{maintainers,["Juan Jose Comellas"]},
{licenses,["BSD"]},
{links,[{"GitHub","https://github.com/jcomellas/getopt"}]},
{applications,[kernel,stdlib]}]}.