Package libboost_regex1.77.0: Information

    Binary package: libboost_regex1.77.0
    Version: 1.77.0-alt5
    Architecture: x86_64
    Build time:  Jun 22, 2022, 05:18 PM in the task #302365
    Source package: boost
    Category: Development/C++
    Report package bug
    License: BSL-1.0
    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: Anton Midyukov


    Last changed


    June 22, 2022 Anton Midyukov 1:1.77.0-alt5
    - add upstream patch for fix build packages with CGAL and gcc12 on ppc64le
      (e.g. openscad)
    Jan. 14, 2022 Aleksei Nikiforov 1:1.77.0-alt4
    - Fixed compatibility with python-3.10.
    Dec. 15, 2021 Aleksei Nikiforov 1:1.77.0-alt3
    - Fixed passing LTO flags to linker.