getopt/src/getopt.app.src
Craig Everett dbab6262a2 Update for zx (#1)
Reviewed-on: #1
Co-authored-by: Craig Everett <zxq9@zxq9.com>
Co-committed-by: Craig Everett <zxq9@zxq9.com>
2025-01-23 14:25:04 +09:00

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