Source: golang-github-rogpeppe-fastuuid Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Dmitry Smirnov , Anthony Fok Build-Depends: debhelper (>= 10), dh-golang, golang-any Standards-Version: 4.0.0 Homepage: https://github.com/rogpeppe/fastuuid Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-rogpeppe-fastuuid.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-rogpeppe-fastuuid.git XS-Go-Import-Path: github.com/rogpeppe/fastuuid Testsuite: autopkgtest-pkg-go Package: golang-github-rogpeppe-fastuuid-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: fast generation of 192-bit UUIDs Package fastuuid provides fast UUID generation of 192 bit universally unique identifiers. It does not provide formatting or parsing of the identifiers (it is assumed that a simple hexadecimal or base64 representation is sufficient, for which adequate functionality exists elsewhere).