Package libboost_regex1.71.0: Information

    Binary package: libboost_regex1.71.0
    Version: 1.71.0-alt2
    Architecture: ppc64le
    Build time:  Mar 20, 2020, 08:28 AM in the task #247988
    Source package: boost1.71.0
    Category: Development/C++
    Report package bug
    License: Boost Software License
    Summary: Regular expressions library for C++
    Description: 
    Regular expressions are a form of pattern-matching that are often used
    in text processing; many users will be familiar with the Unix utilities
    grep, sed and awk, and the programming language perl, each of which make
    extensive use of regular expressions. Traditionally C++ users have been
    limited to the POSIX C API's for manipulating regular expressions, and
    while regex++ does provide these API's, they do not represent the best
    way to use the library. For example regex++ can cope with wide character
    strings, or search and replace operations (in a manner analogous to
    either sed or perl), something that traditional C libraries can not do.

    Maintainer: Aleksei Nikiforov


    Last changed


    Jan. 21, 2020 Aleksei Nikiforov 1:1.71.0-alt2
    - Built boost-1.71.0 legacy libraries package.
    Nov. 8, 2019 Aleksei Nikiforov 1:1.71.0-alt1
    - Updated to upstream version 1.71.0.
    - Spec cleanup.
    June 2, 2019 Michael Shigorin 1:1.67.0-alt8
    - Don't disable mpi knob on e2k by default anymore.