File: control

package info (click to toggle)
golang-github-google-uuid 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, experimental, sid, trixie
  • size: 180 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,175 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-google-uuid
Section: golang
Priority: optional
Standards-Version: 4.6.0
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Homepage: https://github.com/google/uuid
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-uuid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-uuid.git
XS-Go-Import-Path: github.com/google/uuid
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-google-uuid-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: generates and inspects UUIDs based on RFC 4122
 This package generates and inspects UUIDs based on RFC 4122
 (http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and
 Security Services.
 .
 This package is based on the "github.com/pborman/uuid" package. It differs
 from these earlier packages in that a UUID is a 16 byte array rather than
 a byte slice. One loss due to this change is the ability to represent an
 invalid UUID (vs a NIL UUID).