1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: golang-github-satori-go.uuid
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peter Colberg <peter@colberg.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-gopkg-check.v1-dev
Standards-Version: 4.2.1
Homepage: https://github.com/satori/go.uuid
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-satori-go.uuid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-satori-go.uuid.git
XS-Go-Import-Path: github.com/satori/go.uuid
Testsuite: autopkgtest-pkg-go
Package: golang-github-satori-go.uuid-dev
Architecture: all
Depends: golang-gopkg-check.v1-dev, ${misc:Depends}, ${shlibs:Depends}
Description: Go package for creating and parsing UUID
This package implements Universally Unique Identifier (UUID)
supporting versions 1, 3, 4 and 5 (as specified in RFC 4122),
and version 2 (as specified in DCE 1.1).
|