rebar3/_build/default/lib/getopt/src/getopt.app.src

10 lines
387 B
Erlang

{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]}]}.