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.
|