golang-github-opencontainers-go-digest 1.0.0-2 source package in Ubuntu

Changelog

golang-github-opencontainers-go-digest (1.0.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Apply multi-arch hints.
    + golang-github-opencontainers-go-digest-dev: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 19:47:50 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc
Questing release universe misc
Plucky release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-opencontainers-go-digest_1.0.0-2.dsc 2.3 KiB 5229b212dca038dd54fcb30d4472706957c441f76141ab18d98b535366fca42e
golang-github-opencontainers-go-digest_1.0.0.orig.tar.gz 23.9 KiB 1e74706d265c92f62793af741e322163f3c08afa66f5a7926c9b9ccb44fed230
golang-github-opencontainers-go-digest_1.0.0-2.debian.tar.xz 2.7 KiB 3b10abf18009f215978b7f516105fedc34b09b4245f0556572c85fbfef4e10c7

Available diffs

No changes file available.

Binary packages built by this source

golang-github-opencontainers-go-digest-dev: 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.