File: control

package info (click to toggle)
golang-github-rogpeppe-fastuuid 0.0~git20150106.0.6724a57-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 60 kB
  • ctags: 9
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download | duplicates (2)
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
Source: golang-github-rogpeppe-fastuuid
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Anthony Fok <foka@debian.org>
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).