Reviewed-on: #1 Co-authored-by: Craig Everett <zxq9@zxq9.com> Co-committed-by: Craig Everett <zxq9@zxq9.com>
10 lines
387 B
Erlang
10 lines
387 B
Erlang
{application,getopt,
|
|
[{description,"Command-line options parser for Erlang"},
|
|
{vsn,"1.0.3"},
|
|
{modules,[]},
|
|
{registered,[]},
|
|
{maintainers,["Juan Jose Comellas"]},
|
|
{licenses,["BSD"]},
|
|
{links,[{"GitHub","https://github.com/jcomellas/getopt"}]},
|
|
{applications,[kernel,stdlib]}]}.
|