| Paketname | libgetopt++1 |
| Beschreibung | C++ library for command line parsing |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.0.2-p22-3 |
| Sektion | libs |
| Priorität | optional |
| Installierte Größe | 84 Byte |
| Hängt ab von | libc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.2.1) |
| Empfohlene Pakete | |
| Paketbetreuer | Robert Collins |
| Quelle | libgetopt++ |
| Paketgröße | 19622 Byte |
| Prüfsumme MD5 | ff329c1dbb1342d1764930f02c1b8ac7 |
| Prüfsumme SHA1 | 9d9539b5537369bbcebb7e2c20091b7d19ab4f5d |
| Prüfsumme SHA256 | 3e388feefd74c9e83f3922b2cd2de4e166226296e4d2fa6d006938297a4b200d |
| Link zum Herunterladen | libgetopt++1_0.0.2-p22-3_i386.deb |
| Ausführliche Beschreibung | libgetopt++ is a C++ library to parse options that a program gets specified
from the command line. It has the following features:
.
* Minimal footprint in main.cc, and no header or source changes outside the
user of an option when the option is altered or a new option added.
.
* Multiple option sets can co-exist safely. The default option set is a
singleton, but additional static sets can be created and used.
.
* Easy to use: adding a new option is simply a case of adding a static
variable for the option, in the scope that the option needs to be visible.
.
* There are multiple concrete Option classes provided: Bool, String,
StringCollector.
.
* Extensible: simply create a new subclass of Option to implement a new
Option type, and use it in your program.
|