Codebase list erlang-getopt / 649db6d5-9e9b-42e2-acc6-4fd777d774d3/main src / getopt.app.src
649db6d5-9e9b-42e2-acc6-4fd777d774d3/main

Tree @649db6d5-9e9b-42e2-acc6-4fd777d774d3/main (Download .tar.gz)

getopt.app.src @649db6d5-9e9b-42e2-acc6-4fd777d774d3/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]}]}.