File: control

package info (click to toggle)
golang-github-ishidawataru-sctp 0.0%2Bgit20250829.4b89008-5
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 256 kB
  • sloc: makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,304 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
Source: golang-github-ishidawataru-sctp
Section: golang
Priority: optional
Standards-Version: 4.7.2
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Rebillout <arnaudr@kali.org>,
           Dmitry Smirnov <onlyjob@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
Homepage: https://github.com/ishidawataru/sctp
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ishidawataru-sctp
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ishidawataru-sctp.git
XS-Go-Import-Path: github.com/ishidawataru/sctp
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-ishidawataru-sctp-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Go library source files for Stream Control Transmission Protocol (SCTP)
 This package provides the source code for a user-space implementation of the
 Stream Control Transmission Protocol (SCTP) written in Go.  SCTP is a
 reliable, message-oriented transport layer protocol similar to TCP.
 .
 This library is intended specifically to satisfy build dependencies
 for other Go programs and modules distributed in Debian.
 Go toolchains consume the source code directly during compilation.