File: control

package info (click to toggle)
rust-socks 0.3.4-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 176 kB
  • sloc: makefile: 3; sh: 1
file content (40 lines) | stat: -rw-r--r-- 1,346 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
Source: rust-socks
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-byteorder-1+default-dev <!nocheck>,
 librust-libc-0.2+default-dev <!nocheck>,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-socks.git
Vcs-Browser: https://salsa.debian.org/debian/rust-socks
Homepage: https://github.com/sfackler/rust-socks
Rules-Requires-Root: no

Package: librust-socks-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-byteorder-1+default-dev,
 librust-libc-0.2+default-dev,
 ${misc:Depends},
Provides:
 librust-socks-0-dev (= ${binary:Version}),
 librust-socks-0.3+default-dev (= ${binary:Version}),
 librust-socks-0.3-dev (= ${binary:Version}),
 librust-socks-0.3.4-dev (= ${binary:Version}),
Description: SOCKS proxy clients - Rust source code
 SOCKS proxy support for Rust.
 .
 SOCKS is an Internet protocol that exchanges network packets
 between a client and server through a proxy server.
 SOCKS5 optionally provides authentication
 so only authorized users may access a server.
 Practically, a SOCKS server proxies TCP connections
 to an arbitrary IP address,
 and provides a means for UDP packets to be forwarded.
 .
 This package contains the source for the Rust socks crate,
 packaged for use with cargo and dh-cargo.