Source: libhttppp
Section: libs
Priority: optional
Maintainer: Jan Koester <jan.koester@tuxist.de>
Build-Depends: debhelper-compat (= 13), cmake (>= 3.26), doxygen,
 libnetplus-dev, libcmdplus-dev, libhtmlpp-dev
Standards-Version: 4.6.2
Homepage: https://github.com/tuxist/libhttppp
Rules-Requires-Root: no

Package: libhttppp1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ HTTP server library
 libhttppp is a C++ library providing HTTP/1.1 and HTTP/2 server
 functionality with HPACK, QPACK, and HTTPS support.

Package: libhttppp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libhttppp1 (= ${binary:Version}), ${misc:Depends}
Description: C++ HTTP server library - development files
 libhttppp is a C++ library providing HTTP/1.1 and HTTP/2 server
 functionality with HPACK, QPACK, and HTTPS support.
 .
 This package contains the headers, static library, and CMake config
 files needed for development.

Package: libhttppp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: C++ HTTP server library - API documentation
 libhttppp is a C++ library providing HTTP/1.1 and HTTP/2 server
 functionality with HPACK, QPACK, and HTTPS support.
 .
 This package contains the Doxygen-generated API documentation.
