File: control

package info (click to toggle)
golang-github-opencontainers-go-digest 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, experimental, forky, sid, trixie
  • size: 192 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,224 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
Source: golang-github-opencontainers-go-digest
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any
Standards-Version: 4.5.0
Homepage: https://github.com/opencontainers/go-digest
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-go-digest
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-opencontainers-go-digest.git
XS-Go-Import-Path: github.com/opencontainers/go-digest
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-opencontainers-go-digest-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: Common digest package used across the container ecosystem
 Package digest provides a generalized type to opaquely represent message
 digests and their operations within the registry. The Digest type is designed
 to serve as a flexible identifier in a content-addressable system. More
 importantly, it provides tools and wrappers to work with hash.Hash-based
 digests with little effort.