File: control

package info (click to toggle)
golang-github-farsightsec-golang-framestream 0.3.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: makefile: 4
file content (30 lines) | stat: -rw-r--r-- 1,084 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
Source: golang-github-farsightsec-golang-framestream
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Sascha Steinbiss <satta@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
Build-Depends-Indep:
 golang-any
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-golang-framestream
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-farsightsec-golang-framestream.git
Homepage: https://github.com/farsightsec/golang-framestream
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/farsightsec/golang-framestream

Package: golang-github-farsightsec-golang-framestream-dev
Architecture: all
Depends:
 ${misc:Depends},
Multi-Arch: foreign
Description: Frame Streams implementation in Go
 Frame Streams is a lightweight, binary-clean protocol that allows for
 the transport of arbitrarily encoded data payload sequences with minimal
 framing overhead.
 .
 This package provides a pure Golang implementation.