File: control

package info (click to toggle)
golang-github-twinj-uuid 0.10.0%2Bgit20160909.96.7bbe408-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 228 kB
  • sloc: makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download
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
27
28
29
Source: golang-github-twinj-uuid
Section: devel
Priority: extra
Maintainer: QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.1.0
Homepage: https://github.com/twinj/uuid
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-twinj-uuid.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-twinj-uuid.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/twinj/uuid

Package: golang-github-twinj-uuid-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-stretchr-testify-dev
Description: RFC 4122 and DCE 1.1 compliant UUIDs in Go
 This package provides RFC 4122 and DCE 1.1 compliant UUIDs.
 .
 It will generate the following:
   Version 1: based on a Timestamp and MAC address as Node id
   Version 2: based on DCE Security - Experimental
   Version 3: based on MD5 hash
   Version 4: based on cryptographically secure random numbers
   Version 5: based on SHA-1 hash