8
0
forked from pool/cpp-httplib
Files
cpp-httplib/cpp-httplib.pc
Alexey Svistunov da571aaa0e - version update to 0.22.0
* Fix ranges that are not in the form 0-n do not work #2157 
  * Fix windows req/res very slow compared to Linux #1777 
  * Add CPPHTTPLIB_HEADER_MAX_COUNT
  * Windows ::isdigit compilation error #2135
  * Specify version in meson.build #2139
  * Detect if afunix.h exists #2145
  * Feature request: let the Request& know which route matched #2101
  * Feature/multipart headers #2152

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=34
2025-06-25 10:30:45 +00:00

13 lines
447 B
PkgConfig

prefix=/usr
includedir=${prefix}/include
libdir=${prefix}/lib64
Name: cpp-httplib
Description: A C++ HTTP/HTTPS server and client library
URL: https://github.com/yhirose/cpp-httplib
Version: 0.18.1
Requires.private: openssl >= 3.0.0, zlib, libbrotlicommon, libbrotlidec, libbrotlienc
Libs: -L${libdir} -lcpp-httplib
Libs.private: -pthread
Cflags: -I${includedir} -DCPPHTTPLIB_OPENSSL_SUPPORT -DCPPHTTPLIB_ZLIB_SUPPORT -DCPPHTTPLIB_BROTLI_SUPPORT