golang-k8s-sigs-yaml 1.1.0-2 source package in Ubuntu

Changelog

golang-k8s-sigs-yaml (1.1.0-2) unstable; urgency=medium

  * Replace golang-yaml.v2-dev with golang-gopkg-yaml.v2-dev

 -- Shengjing Zhu <email address hidden>  Mon, 20 Jan 2020 11:03:58 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-k8s-sigs-yaml_1.1.0-2.dsc 1.6 KiB 7476bafca3a64e825e4579e784552cc774f7637d2adb3dd523cfcae43430085f
golang-k8s-sigs-yaml_1.1.0.orig.tar.xz 13.7 KiB 502b73b2f998d036f0c3c3b5bd73c15174a092567dbbb8d7f3f657e073ed8f36
golang-k8s-sigs-yaml_1.1.0-2.debian.tar.xz 3.0 KiB 5115109b41679664043bb0b7c656171d27d5c9a1e66ecc4f13fdf688a30fbe06

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.