golang-yaml.v2 2.4.0-4 source package in Ubuntu
Changelog
golang-yaml.v2 (2.4.0-4) unstable; urgency=medium * Fix attribution for Debian Janitor (bug has already been fixed in the bot itself). -- Jelmer Vernooij <email address hidden> Wed, 29 Jun 2022 01:42:29 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | devel | |
Lunar | release | universe | devel | |
Kinetic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-yaml.v2_2.4.0-4.dsc | 2.1 KiB | 3c8ce7960b3915cf1fb0d3abba48d6b842064c1c53505c51d18482ffa79eef55 |
golang-yaml.v2_2.4.0.orig.tar.gz | 71.5 KiB | d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 |
golang-yaml.v2_2.4.0-4.debian.tar.xz | 4.2 KiB | ed1126d6392b448e3137fc31437218f7a35f6e54e001978a0c833cb61c18e100 |
Available diffs
- diff from 2.4.0-3 to 2.4.0-4 (332 bytes)
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").