The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Package Information for pkg-config

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: libpcreposix
Description: PCREPosix - Posix compatible interface to libpcre
Version: 8.12
Libs: -L${libdir} -lpcreposix
Cflags: -I${includedir} 
Requires.private: libpcre