Package libtclap: Information

    Source package: libtclap
    Version: 1.2.4-alt1
    Build time:  Aug 31, 2021, 09:24 AM
    Category: System/Libraries
    Report package bug
    License: MIT
    Summary: Templatized C++ Command Line Parser Library
    Description: 
    TCLAP is a small, flexible library that provides a simple interface for
    defining and accessing command line arguments. It was intially inspired
    by the user friendly CLAP libary. The difference is that this library is
    templatized, so the argument class is type independent.
    Type independence avoids identical-except-for-type objects,
    such as IntArg, FloatArg, and StringArg. While the library is not
    strictly compliant with the GNU or POSIX standards, it is close.

    List of rpms provided by this srpm:
    libtclap-devel (mipsel)
    libtclap-doc (mipsel)

    Maintainer: Aleksei Nikiforov


      1. gcc-c++

    Last changed


    June 28, 2021 Aleksei Nikiforov 1.2.4-alt1
    - Updated to upstream version 1.2.4.
    - Enabled tests.
    - Packaged documentation.
    Nov. 2, 2011 Anton V. Boyarshinov 1.2.1-alt1
    - first build