Package libboost_regex1.73.0: Information

    Binary package: libboost_regex1.73.0
    Version: 1.73.0-alt4
    Architecture: armh
    Build time:  Sep 8, 2020, 09:44 PM in the task #256956
    Source package: boost1.73.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


    Aug. 31, 2020 Aleksei Nikiforov 1:1.73.0-alt4
    - Built boost-1.73.0 legacy libraries package.
    June 16, 2020 Aleksei Nikiforov 1:1.73.0-alt3
    - Applied upstream patch for disabling versioned symlinks.
    June 15, 2020 Aleksei Nikiforov 1:1.73.0-alt2
    - Removed versioned symlinks (Closes: #38611).