Codebase list erlang-getopt / e878b52f-b4ec-4613-b30b-8e264f1674e3/upstream src / getopt.app.src
e878b52f-b4ec-4613-b30b-8e264f1674e3/upstream

Tree @e878b52f-b4ec-4613-b30b-8e264f1674e3/upstream (Download .tar.gz)

getopt.app.src @e878b52f-b4ec-4613-b30b-8e264f1674e3/upstreamraw · 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]}]}.