Package libboost_regex1.57.0: Information

    Binary package: libboost_regex1.57.0
    Version: 1.57.0-alt5.1
    Architecture: i586
    Build time:  Apr 4, 2016, 07:27 AM in the task #159698
    Source package: boost1_57_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: Ivan A. Melnikov


    Last changed


    April 1, 2016 Ivan Zakharyaschev 1:1.57.0-alt5.1
    - (NMU) rebuild with python3-3.5 & rpm-build-python3-0.1.10
      (for ABI dependence and new python3(*) reqs)
    March 31, 2016 Ivan Zakharyaschev 1:1.57.0-alt5
    - (.spec) ugly LD_PRELOAD replaced with nice new
      %requires_python{,3}_ABI. (Backported from 1.58.0-alt2.)
    Feb. 28, 2016 Andrey Cherepanov 1:1.57.0-alt4.2
    - Rebuild with new icu