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
|
Source: libusrsctp
Section: net
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
d-shlibs,
debhelper-compat (= 13),
pkg-kde-tools,
Standards-Version: 4.6.0
Vcs-Git: https://salsa.debian.org/pkg-voip-team/libusrsctp.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/libusrsctp
Homepage: https://github.com/sctplab/usrsctp
Rules-Requires-Root: no
Package: libusrsctp2
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: portable SCTP userland stack - shared library
This is a userland SCTP stack.
.
SCTP is a message oriented, reliable transport protocol
with direct support for multihoming
that runs on top of IP or UDP,
and supports both v4 and v6 versions.
.
This package provides the shared library for usrsctp.
Package: libusrsctp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libusrsctp2 (= ${binary:Version}),
pkg-config,
${misc:Depends},
${shlibs:Depends},
Description: portable SCTP userland stack - development headers
This is a userland SCTP stack.
.
SCTP is a message oriented, reliable transport protocol
with direct support for multihoming
that runs on top of IP or UDP,
and supports both v4 and v6 versions.
.
This package provides the development files for usrsctp.
Package: libusrsctp-examples
Architecture: any
Depends:
libusrsctp2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: portable SCTP userland stack - example programs
This is a userland SCTP stack.
.
SCTP is a message oriented, reliable transport protocol
with direct support for multihoming
that runs on top of IP or UDP,
and supports both v4 and v6 versions.
.
This package provides example programs for usrsctp.
|