golang-k8s-sigs-yaml 1.3.0-1 source package in Ubuntu

Changelog

golang-k8s-sigs-yaml (1.3.0-1) unstable; urgency=medium

  * New upstream release v1.3.0
  * Bump debhelper-compat to 13
  * Add Multi-Arch hint
  * Update Standards-Version to 4.6.0 (no changes)

 -- Shengjing Zhu <email address hidden>  Thu, 24 Feb 2022 23:26:06 +0800

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-k8s-sigs-yaml_1.3.0-1.dsc 1.6 KiB dc1cab1a00a613a87496c73664e3cc7e959df4e1e7cc22b926272840ab82f5b5
golang-k8s-sigs-yaml_1.3.0.orig.tar.gz 16.9 KiB ef6a4306f088bfe3e5b7dc53e12629447567fbdf54b88d50dc4cd5183c0a3542
golang-k8s-sigs-yaml_1.3.0-1.debian.tar.xz 3.4 KiB b4c62dfd3c6ac740c134a50d4e408fbd672498ee6cbea3261c8701c253157a3b

Available diffs

No changes file available.

Binary packages built by this source

golang-k8s-sigs-yaml-dev: better way to marshal and unmarshal YAML in Golang (library)

 YAML marshaling and unmarshaling support for Go Build Status
 .
 kubernetes-sigs/yaml is a permanent fork of ghodss/yaml
 (https://github.com/ghodss/yaml). Introduction A wrapper around go-yaml
 (https://github.com/go-yaml/yaml) designed to enable a better way of
 handling YAML when marshaling to and from structs.