libgetopt++1v5 binary package in Ubuntu Xenial powerpc

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2015-10-22 15:20:22 UTC Published Ubuntu Xenial powerpc release universe libs Optional 0.0.2-p22-3.1
  • Published
  • Copied from ubuntu wily-proposed powerpc in Primary Archive for Ubuntu