golang-yaml.v2 2.4.0-1 source package in Ubuntu

Changelog

golang-yaml.v2 (2.4.0-1) unstable; urgency=medium

  * New upstream version 2.4.0
  * debian/control: Change Section from devel to golang
  * Bump Standards-Version to 4.5.1 (no change)

 -- Anthony Fok <email address hidden>  Wed, 02 Dec 2020 00:47:03 -0700

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-yaml.v2_2.4.0-1.dsc 2.2 KiB 60f4c8618778608ac38ff6f618253d99ad2d111c25773b82af11b23d9fb94c5f
golang-yaml.v2_2.4.0.orig.tar.gz 71.5 KiB d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0
golang-yaml.v2_2.4.0-1.debian.tar.xz 4.3 KiB a8b12718a53d9efa6c01b013df9c9329f75d15dc78fbe143964df250300bb135

Available diffs

No changes file available.

Binary packages built by this source

golang-gopkg-yaml.v2-dev: YAML support for the Go language

 The yaml package enables Go programs to very comfortably encode and
 decode YAML values. It was developed within Canonical as part of the
 juju project, and is based on a pure Go port of the well-known libyaml
 C library to parse and generate YAML data quickly and reliably.
 .
 The yaml package supports most of YAML 1.1 and 1.2, including support for
 anchors, tags, map merging, etc. Multi-document unmarshalling is not yet
 implemented, and base-60 floats from YAML 1.1 are purposefully not supported
 since they're a poor design and are gone in YAML 1.2.
 .
 This package is an incompatible successor to golang-goyaml
 ("gonuts.org/v1/yaml", and then renamed to "gopkg.in/yaml.v1").