DFSG NEW Queue

DFSG, Licensing & New Packages Team

jpcre2 10.32.01-1

Package Information

DescriptionC++ wrapper for the PCRE2 regular expression library

jpcre2 is a C++ wrapper for the PCRE2 (Perl Compatible Regular Expressions) library, providing regular expression operations using Perl-compatible syntax. It supports the 8-, 16- and 32-bit code unit widths of PCRE2 and can be used directly from C++ source by including a single header.

The library is header-only; this package installs the header jpcre2.hpp, after which consumers link against PCRE2's runtime libraries (libpcre2-8, libpcre2-16, libpcre2-32) as appropriate.

MaintainerMichael Lloyd <michael@micl.dev>
Changed ByMichael Lloyd <michael@micl.dev>
Sponsortar@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/micl/jpcre2.git (browse)
Closes#1135906
Trackerhttps://tracker.debian.org/pkg/jpcre2
Uploaded4 hours ago

New Package Report

.changes
Changed-ByMichael Lloyd
Architecturesource all
Distributionunstable
DateThu, 07 May 2026 19:00:00 +1000
Sourcejpcre2
Version10.32.01-1
Changelog
jpcre2 (10.32.01-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1135906)
.dsc
Componentmain
Package-Listlibjpcre2-dev deb libdevel optional arch=all
Sectionlibdevel
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jpcre2
Upstream-Contact: Md. Jahidul Hamid <jahidulhamid@yahoo.com>
Source: https://github.com/jpcre2/jpcre2

Files: *
Copyright: Md. Jahidul Hamid <jahidulhamid@yahoo.com>
License: BSD-3-Clause-Hamid

Files: debian/*
Copyright: 2026 Michael Lloyd <michael@micl.dev>
License: BSD-3-Clause-Hamid

License: BSD-3-Clause-Hamid
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
    * Redistributions of source code must retain the above copyright notice,
       this list of conditions and the following disclaimer.
 .
    * Redistributions in binary form must reproduce the above copyright
       notice, this list of conditions and the following disclaimer in the
       documentation and/or other materials provided with the distribution.
 .
    * The names of its contributors may not be used to endorse or promote
       products derived from this software without specific prior written
       permission.
 .
 Disclaimer:
 .
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
     AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
     LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
     POSSIBILITY OF SUCH DAMAGE.

Back to Dashboard | View all reviews for this package