| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 
 | Source: trantor
Maintainer: Pierre-Elliott Bécue <peb@debian.org>
Section: web
Priority: optional
Build-Depends: cmake, debhelper-compat (=13), dh-cmake, dh-cmake-compat (=1)
Standards-Version: 4.7.2
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: libcares2, libssl3t64, ${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}), ${misc:Depends}, ${shlibs:Depends}
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
 |