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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: snowflake
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Pollan <meskio@sindominio.net>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-golang,
golang-any,
golang-github-google-uuid-dev,
golang-github-gorilla-websocket-dev,
golang-github-prometheus-client-golang-dev,
golang-github-prometheus-client-model-dev,
golang-github-smartystreets-goconvey-dev,
golang-github-stretchr-testify-dev,
golang-github-xtaci-kcp-dev,
golang-github-xtaci-smux-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-google-protobuf-dev,
golang-goptlib-dev (>= 1.2.0),
golang-refraction-networking-utls-dev,
golang-github-pion-webrtc.v3-dev (>= 3.1.56-1~)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/snowflake
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/snowflake.git
Homepage: https://snowflake.torproject.org
Rules-Requires-Root: no
XS-Go-Import-Path: git.torproject.org/pluggable-transports/snowflake.git
Package: snowflake-proxy
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: WebRTC pluggable transport for Tor (proxy)
Snowflake helps users circumvent censorship by making a WebRTC
connection to volunteer proxies. These proxies relay Tor traffic to a
Snowflake bridge and then to through the Tor network.
.
This package provides the proxy.
Package: snowflake-client
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: WebRTC pluggable transport for Tor (client)
Snowflake helps users circumvent censorship by making a WebRTC
connection to volunteer proxies. These proxies relay Tor traffic to a
Snowflake bridge and then to through the Tor network.
.
This package provides the client.
Package: golang-snowflake-dev
Architecture: all
Depends: golang-github-google-uuid-dev,
golang-github-gorilla-websocket-dev,
golang-github-prometheus-client-golang-dev,
golang-github-prometheus-client-model-dev,
golang-github-smartystreets-goconvey-dev,
golang-github-xtaci-kcp-dev,
golang-github-xtaci-smux-dev,
golang-golang-x-crypto-dev,
golang-golang-x-net-dev,
golang-google-protobuf-dev,
golang-goptlib-dev (>= 1.2.0),
golang-refraction-networking-utls-dev,
golang-github-pion-webrtc.v3-dev (>= 3.1.56-1~),
${misc:Depends},
Description: WebRTC pluggable transport for Tor (library)
Snowflake helps users circumvent censorship by making a WebRTC
connection to volunteer proxies. These proxies relay Tor traffic to a
Snowflake bridge and then to through the Tor network.
.
This package provides golang library sources.
|