Package libboost_regex1.85.0: Information

    Binary package: libboost_regex1.85.0
    Version: 1.85.0-alt2
    Architecture: ppc64le
    Build time:  Apr 27, 2024, 10:55 PM in the task #345245
    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: Ivan A. Melnikov


    Last changed


    April 18, 2024 Ivan A. Melnikov 1:1.85.0-alt2
    - Disable long double support for Boost.Charconv on ppc64le
    April 16, 2024 Ivan A. Melnikov 1:1.85.0-alt1
    - 1.85.0
    Feb. 13, 2024 Michael Shigorin 1:1.84.0-alt3
    - E2K: use the patch in the intended way (thx Krylov)