File: control

package info (click to toggle)
golang-github-gofrs-uuid 5.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: makefile: 5
file content (36 lines) | stat: -rw-r--r-- 1,341 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
30
31
32
33
34
35
36
Source: golang-github-gofrs-uuid
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Dmitry Smirnov <onlyjob@debian.org>,
 Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-gofrs-uuid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-gofrs-uuid.git
Homepage: https://github.com/gofrs/uuid
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/gofrs/uuid

Package: golang-github-gofrs-uuid-dev
Architecture: all
Depends:
 ${misc:Depends},
Multi-Arch: foreign
Description: UUID library for Golang
 This library provides a pure Golang implementation of Universally Unique
 Identifiers (UUID) variant as defined in RFC-9562. This package supports
 both the creation and parsing of UUIDs in different formats.
 .
 The library supports the following UUID versions:
  * Version 1, based on timestamp and MAC address
  * Version 3, based on MD5 hashing of a named value
  * Version 4, based on random numbers
  * Version 5, based on SHA-1 hashing of a named value
  * Version 6, a k-sortable id based on timestamp, and field-compatible with v1
  * Version 7, a k-sortable id based on timestamp