| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 
 | Source: golang-github-nats-io-nkeys
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-crypto-dev
Standards-Version: 4.7.2
Homepage: https://github.com/nats-io/nkeys
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nats-io-nkeys
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nats-io-nkeys.git
XS-Go-Import-Path: github.com/nats-io/nkeys
Testsuite: autopkgtest-pkg-go
Package: golang-github-nats-io-nkeys-dev
Architecture: all
Depends: ${misc:Depends},
         golang-golang-x-crypto-dev
Multi-Arch: foreign
Description: public-key signature system based on Ed25519
 Package nkeys provides a  public-key signature system based on Ed25519
 for the NATS ecosystem.
 |