Package pcre2: Information

    Source package: pcre2
    Version: 10.43-alt1
    Build time:  Mar 6, 2024, 09:14 AM
    Category: System/Libraries
    Report package bug
    License: BSD-style
    Summary: Perl-compatible regular expression library
    Description: 
    PCRE2 is a re-working of the original PCRE (Perl-compatible regular
    expression) library to provide an entirely new API.
    
    PCRE2 is written in C, and it has its own API. There are three sets of
    functions, one for the 8-bit library, which processes strings of bytes, one
    for the 16-bit library, which processes strings of 16-bit values, and one for
    the 32-bit library, which processes strings of 32-bit values. There are no C++
    wrappers.

    List of rpms provided by this srpm:
    libpcre2 (riscv64)
    libpcre2-debuginfo (riscv64)
    libpcre2-devel (riscv64)
    libpcre2-devel-static (riscv64)
    pcre2-tools (riscv64)
    pcre2-tools-debuginfo (riscv64)

    Maintainer: Yuri N. Sedunov

    List of contributors:
    Yuri N. Sedunov
    Ivan A. Melnikov

      1. bzlib-devel
      2. libreadline-devel
      3. zlib-devel

    Last changed


    Feb. 17, 2024 Yuri N. Sedunov 10.43-alt1
    - 10.43
    Dec. 17, 2022 Yuri N. Sedunov 10.42-alt1
    - 10.42
    - updated Vcs, Source tags
    Nov. 5, 2022 Ivan A. Melnikov 10.40-alt2
    - enable static libraries (altbug #44217);
    - don't force-enable jit on riscv64 to fix build there.