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 78 79 80
|
Source: shadowsocks-libev
Section: net
Priority: extra
Maintainer: Roger Shimizu <rogershimizu@gmail.com>
Uploaders: Max Lv <max.c.lv@gmail.com>, Boyuan Yang <073plan@gmail.com>
Build-Depends:
asciidoc-base,
debhelper (>= 10),
dh-systemd,
libcork-dev (>= 0.15.0+ds-8),
libcorkipset-dev,
libev-dev,
libmbedtls-dev,
libpcre3-dev,
libsodium-dev,
libudns-dev,
pkg-config,
xmlto
Standards-Version: 3.9.8
Homepage: https://www.shadowsocks.org
Vcs-Git: https://anonscm.debian.org/git/collab-maint/shadowsocks-libev.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/shadowsocks-libev.git
Package: shadowsocks-libev
Replaces: shadowsocks (<< 1.5.3-2)
Breaks: shadowsocks (<< 1.5.3-2)
Architecture: any
Depends:
apg,
libcap2-bin [linux-any],
lsb-base (>= 3.0-6),
${misc:Depends},
${shlibs:Depends}
Description: lightweight and secure socks5 proxy
Shadowsocks-libev is a lightweight and secure socks5 proxy for
embedded devices and low end boxes.
.
Shadowsocks-libev was inspired by Shadowsock (in Python). It's rewritten
in pure C and only depends on libev, mbedTLS and a few other tiny
libraries. OpenSSL dependency is removed due to license issue.
Package: libshadowsocks-libev-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Breaks: shadowsocks-libev (<< 2.4.0)
Depends:
libshadowsocks-libev2 (= ${binary:Version}),
${misc:Depends}
Description: lightweight and secure socks5 proxy (development files)
Shadowsocks-libev is a lightweight and secure socks5 proxy for
embedded devices and low end boxes.
.
Shadowsocks-libev was inspired by Shadowsock (in Python). It's rewritten
in pure C and only depends on libev, mbedTLS and a few other tiny
libraries. OpenSSL dependency is removed due to license issue.
.
This package provides C header files for the libraries.
Package: libshadowsocks-libev2
Architecture: any
Multi-Arch: same
Section: libs
Replaces: libshadowsocks-libev1
Breaks:
libshadowsocks-libev1,
shadowsocks-libev (<< 2.4.0)
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: lightweight and secure socks5 proxy (shared library)
Shadowsocks-libev is a lightweight and secure socks5 proxy for
embedded devices and low end boxes.
.
Shadowsocks-libev was inspired by Shadowsock (in Python). It's rewritten
in pure C and only depends on libev, mbedTLS and a few other tiny
libraries. OpenSSL dependency is removed due to license issue.
.
This package provides shared libraries.
|