File: control

package info (click to toggle)
serf 1.3.9-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,096 kB
  • sloc: ansic: 17,217; python: 236; makefile: 43
file content (43 lines) | stat: -rw-r--r-- 1,615 bytes parent folder | download
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
Source: serf
Section: libs
Priority: optional
Maintainer: James McCoy <jamessan@debian.org>
Build-Depends: debhelper (>= 11.4~),
# Required scons version to understand -isystem, exported by krb5-config's
# CFLAGS as of 1.12.1+dfsg-9
 scons (>= 2.3.1-2),
 libapr1-dev, libaprutil1-dev, chrpath, libkrb5-dev, zlib1g-dev,
 libssl-dev,
 python-openssl <!nocheck>
Standards-Version: 4.2.1
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: ${shlibs:Depends}, ${misc: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: libserf-1-1 (= ${binary:Version}), ${misc:Depends}, libapr1-dev,
 libaprutil1-dev, libssl-dev
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.