Codebase list erlang-getopt / upstream/1.0.2+git20210215.1.838e67f src / getopt.app.src
upstream/1.0.2+git20210215.1.838e67f

Tree @upstream/1.0.2+git20210215.1.838e67f (Download .tar.gz)

getopt.app.src @upstream/1.0.2+git20210215.1.838e67fraw · 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]}]}.