Source: jpcre2
Section: libdevel
Maintainer: Michael Lloyd <michael@micl.dev>
Build-Depends:
 debhelper-compat (= 13),
 autoconf,
 automake,
 libtool,
 libpcre2-dev
Standards-Version: 4.7.4
Homepage: https://github.com/jpcre2/jpcre2
Vcs-Browser: https://salsa.debian.org/micl/jpcre2
Vcs-Git: https://salsa.debian.org/micl/jpcre2.git

Package: libjpcre2-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 libpcre2-dev
Description: C++ 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.
