1 2 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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: serf
Section: libs
Priority: optional
Maintainer: James McCoy <jamessan@debian.org>
Build-Depends:
chrpath,
debhelper-compat (= 13),
libapr1-dev,
libaprutil1-dev,
libkrb5-dev,
libssl-dev,
scons,
zlib1g-dev,
Standards-Version: 4.7.0
Homepage: https://serf.apache.org/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/jamessan/serf.git
Vcs-Browser: https://salsa.debian.org/jamessan/serf
Package: libserf-1-1
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Multi-Arch: same
Description: high-performance asynchronous HTTP client library
serf library is a C-based HTTP client library built upon the Apache
Portable Runtime (APR) library. It multiplexes connections, running the
read/write communication asynchronously. Memory copies and
transformations are kept to a minimum to provide high performance
operation.
Package: libserf-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libapr1-dev,
libaprutil1-dev,
libserf-1-1 (= ${binary:Version}),
libssl-dev,
${misc:Depends},
Description: high-performance asynchronous HTTP client library headers
serf library is a C-based HTTP client library built upon the Apache
Portable Runtime (APR) library. It multiplexes connections, running the
read/write communication asynchronously. Memory copies and
transformations are kept to a minimum to provide high performance
operation.
.
This package contains development headers for serf.
|