File: control

package info (click to toggle)
golang-github-hashicorp-go-uuid 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 108 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 974 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
Source: golang-github-hashicorp-go-uuid
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-any
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-uuid
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-uuid.git
Homepage: https://github.com/hashicorp/go-uuid
XS-Go-Import-Path: github.com/hashicorp/go-uuid

Package: golang-github-hashicorp-go-uuid-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: generate UUID-format strings using high quality random bytes
 Generates UUID-format strings using high quality, purely random bytes.
 It can also parse UUID-format strings into their component bytes.