Source: trantor
Maintainer: Pierre-Elliott Bécue <peb@debian.org>
Section: web
Priority: optional
Build-Depends: debhelper-compat (=13),
               dh-cmake,
               dh-cmake-compat (=1),
               cmake,
               libc-ares-dev,
               libssl-dev
Build-Depends-Indep: dia,
                     doxygen,
                     graphviz
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/debian/trantor
Vcs-Git: https://salsa.debian.org/debian/trantor.git
Homepage: https://github.com/an-tao/trantor
Rules-Requires-Root: no

Package: libtrantor1
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Non-blocking I/O cross-platform TCP network library
 Trantor is a non-blocking I/O cross-platform TCP network library, using C++14.
 Drawing on the design of Muduo Library
 .
 This package provides the trantor library itself

Package: libtrantor-dev
Section: libdevel
Architecture: any
Depends: libtrantor1 (= ${binary:Version}),
         libc-ares-dev,
         libssl-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: libtrantor-doc
Description: Non-blocking I/O cross-platform TCP network library development files
 Trantor is a non-blocking I/O cross-platform TCP network library, using C++14.
 Drawing on the design of Muduo Library
 .
 This package provides the development files for the trantor library

Package: libtrantor-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
X-Doc-Main-Package: libtrantor-doc
Description: Non-blocking I/O cross-platform TCP network library documentation files
 Trantor is a non-blocking I/O cross-platform TCP network library, using C++14.
 Drawing on the design of Muduo Library
 .
 This package provides the documentation files for the trantor library
