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

Package: libhtmlpp1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ HTML and CSS parsing library
 libhtmlpp is a C++ library providing HTML and CSS parsing, manipulation,
 and HTTP request handling functionality.

Package: libhtmlpp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libhtmlpp1 (= ${binary:Version}), ${misc:Depends}
Description: C++ HTML and CSS parsing library - development files
 libhtmlpp is a C++ library providing HTML and CSS parsing, manipulation,
 and HTTP request handling functionality.
 .
 This package contains the headers, static library, and CMake config
 files needed for development.

Package: libhtmlpp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: C++ HTML and CSS parsing library - API documentation
 libhtmlpp is a C++ library providing HTML and CSS parsing, manipulation,
 and HTTP request handling functionality.
 .
 This package contains the Doxygen-generated API documentation.
