Paketname | libjoptsimple-java |
Beschreibung | Command line parsing java library |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 3.1-3 |
Sektion | java |
Priorität | extra |
Installierte Größe | 80 Byte |
Hängt ab von | default-jre-headless | java2-runtime-headless |
Empfohlene Pakete | |
Paketbetreuer | Samuel Thibault |
Quelle | joptsimple |
Paketgröße | 40428 Byte |
Prüfsumme MD5 | 12c354c8d10b115bece7f220935c74cb |
Prüfsumme SHA1 | 3f32199a1669a6d54875f381d9400db3e3cbd41c |
Prüfsumme SHA256 | a0a3c0cfbe09d5e7b544879ce35cbb9892577b63bf420d33525add62ba0fd62c |
Link zum Herunterladen | libjoptsimple-java_3.1-3_all.deb |
Ausführliche Beschreibung | JOpt Simple is a Java library for parsing command line options, such as
those you might pass to an invocation of javac.
.
In the interest of striving for simplicity, as closely as possible JOpt
Simple attempts to honor the command line option syntaxes of POSIX
getopt() and GNU getopt_long() . It also aims to make option parser
configuration and retrieval of options and their arguments simple and
expressive, without being overly clever.
|