File: control

package info (click to toggle)
golang-github-flynn-noise 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,064 kB
  • sloc: makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,256 bytes parent folder | download | duplicates (2)
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-flynn-noise
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alex David <flu0r1ne@flu0r1ne.net>, John Goerzen <jgoerzen@complete.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev,
               golang-gopkg-check.v1-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-flynn-noise
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-flynn-noise.git
Homepage: https://github.com/flynn/noise
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/flynn/noise

Package: golang-github-flynn-noise-dev
Architecture: all
Depends: golang-golang-x-crypto-dev,
         golang-gopkg-check.v1-dev,
         ${misc:Depends}
Description: Go implementation of the Noise Protocol Framework (library)
 noise Go Reference (https://pkg.go.dev/github.com/flynn/noise) CI Status
 (https://github.com/flynn/noise/actions) This is a Go package that
 implements the Noise Protocol Framework (https://noiseprotocol.org). See
 the documentation (https://pkg.go.dev/github.com/flynn/noise) for usage
 information.