Codebase list erlang-getopt / fresh-snapshots/main src / getopt.app.src
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

getopt.app.src @fresh-snapshots/mainraw · history · blame

1
2
3
4
5
6
7
8
9
{application,getopt,
             [{description,"Command-line options parser for Erlang"},
              {vsn,"1.0.2"},
              {modules,[]},
              {registered,[]},
              {maintainers,["Juan Jose Comellas"]},
              {licenses,["BSD"]},
              {links,[{"GitHub","https://github.com/jcomellas/getopt"}]},
              {applications,[kernel,stdlib]}]}.