| 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-nuid
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.6.1
Homepage: https://github.com/nats-io/nuid
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nats-io-nuid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nats-io-nuid.git
XS-Go-Import-Path: github.com/nats-io/nuid
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: golang-github-nats-io-nuid-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: NATS Unique Identifiers
 Package nuid provides a unique identifier generator that
 is high performance, very fast, and tries to be entropy
 pool friendly.
 |