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

Package: libsmtppp1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ SMTP client and server library
 libsmtppp is a C++ library providing SMTP client and event-driven
 SMTP server functionality with STARTTLS and authentication support.

Package: libsmtppp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsmtppp1 (= ${binary:Version}), ${misc:Depends}
Description: C++ SMTP client and server library - development files
 libsmtppp is a C++ library providing SMTP client and event-driven
 SMTP server functionality with STARTTLS and authentication support.
 .
 This package contains the headers, static library, and CMake config
 files needed for development.
