DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibgetopt++1
BeschreibungC++ library for command line parsing
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.0.2-p22-3
Sektionuniverse/libs
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonlibc6 (>= 2.1.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellelibgetopt++
Paketgröße19732 Byte
Prüfsumme MD58094ed0d905d9e5761ed6d8cf6cec27c
Prüfsumme SHA1b0a8308fff7a59750a1b2d9fcc4906f53ecace61
Prüfsumme SHA256bfeb9cc37a8a134727827e899e1e5814a6a02bc43373651b9b803af749437a68
Link zum Herunterladenlibgetopt++1_0.0.2-p22-3_i386.deb
Ausführliche Beschreibunglibgetopt++ 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.


Impressum
Linux is a registered trademark of Linus Torvalds