1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: sqlite3-pcre2
Standards-Version: 4.7.3
Maintainer: Dominique Dumont <dod@debian.org>
Section: libs
Build-Depends:
debhelper-compat ( =13),
libpcre2-dev,
libsqlite3-dev,
pkgconf,
Vcs-Browser: https://salsa.debian.org/debian/sqlite3-pcre2
Vcs-Git: https://salsa.debian.org/debian/sqlite3-pcre2.git
Homepage: https://github.com/christian-proust/sqlite3-pcre2
Origin: https://github.com/christian-proust/sqlite3-pcre2
Package: sqlite3-pcre2
Architecture: any
Multi-Arch: no
Depends:
${shlibs:Depends},
${misc:Depends},
Conflicts:
sqlite3-pcre,
Provides:
sqlite3-pcre,
Replaces:
sqlite3-pcre,
Description: Perl-compatible regular expression support for SQLite
This package provides an extension for sqlite3 that uses libpcre2
to provide the REGEXP() function.
|