File: control

package info (click to toggle)
rust-oxhttp 0.2.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 388 kB
  • sloc: makefile: 12; sh: 1
file content (50 lines) | stat: -rw-r--r-- 1,805 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
44
45
46
47
48
49
50
Source: rust-oxhttp
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-flate2-1+default-dev,
 librust-httparse-1+default-dev,
 librust-lazy-static-1+default-dev,
 librust-native-tls-0.2+default-dev,
 librust-rustls-0.21+default-dev,
 librust-rustls-native-certs-0.6+default-dev,
 librust-url-2+default-dev (>= 2.4),
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-oxhttp.git
Vcs-Browser: https://salsa.debian.org/debian/rust-oxhttp
Homepage: https://github.com/oxigraph/oxhttp
Rules-Requires-Root: no

Package: librust-oxhttp-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-flate2-1+default-dev,
 librust-httparse-1+default-dev,
 librust-lazy-static-1+default-dev,
 librust-native-tls-0.2+default-dev,
 librust-rustls-0.21+default-dev,
 librust-rustls-native-certs-0.6+default-dev,
 librust-url-2+default-dev (>= 2.4),
 ${misc:Depends},
Provides:
 librust-oxhttp-0.2+client-dev (= ${binary:Version}),
 librust-oxhttp-0.2+default-dev (= ${binary:Version}),
 librust-oxhttp-0.2+flate2-dev (= ${binary:Version}),
 librust-oxhttp-0.2+native-tls-dev (= ${binary:Version}),
 librust-oxhttp-0.2+rustls-dev (= ${binary:Version}),
 librust-oxhttp-0.2+rustls-native-certs-dev (= ${binary:Version}),
 librust-oxhttp-0.2+rustls-ring-native-dev (= ${binary:Version}),
 librust-oxhttp-0.2+server-dev (= ${binary:Version}),
 librust-oxhttp-0.2-dev (= ${binary:Version}),
 librust-oxhttp-0.2.7-dev (= ${binary:Version}),
Description: very simple implementation of HTTP 1.1 - Rust source code
 OxHTTP is a very simple synchronous implementation
 of HTTP 1.1 in Rust.
 It provides both a client and a server.
 .
 This package contains the source for the Rust oxhttp crate,
 for use with cargo.