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

Changelog

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

  * Initial release.

 -- Shengjing Zhu <email address hidden>  Sun, 05 Jan 2020 18:39:16 +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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-k8s-sigs-yaml_1.1.0-1.dsc 1.6 KiB d3cf49690d8b15fb91528cf34f8eb8ec53f46bc7b767d10f23280de59e1cf840
golang-k8s-sigs-yaml_1.1.0.orig.tar.xz 13.7 KiB 502b73b2f998d036f0c3c3b5bd73c15174a092567dbbb8d7f3f657e073ed8f36
golang-k8s-sigs-yaml_1.1.0-1.debian.tar.xz 3.0 KiB 7220a270580a2fbde3d28514ae5da097679155522ba878bbd24cbbe818ceb68d

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.