golang-yaml.v2 2.4.0-2 source package in Ubuntu
Changelog
golang-yaml.v2 (2.4.0-2) unstable; urgency=medium * Team upload. * Bump debhelper-compat to 13 * Update Standards-Version to 4.6.0 (no changes) * Remove outdated DH_GOLANG_INSTALL_EXTRA * Fix uscan watch file -- Shengjing Zhu <email address hidden> Thu, 24 Feb 2022 22:55:14 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-yaml.v2_2.4.0-2.dsc | 1.6 KiB | a30d43eeed35efeb03b9081787afcaf1dff2980f11ecb2d49b86188dd70a7598 |
golang-yaml.v2_2.4.0.orig.tar.gz | 71.5 KiB | d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 |
golang-yaml.v2_2.4.0-2.debian.tar.xz | 4.0 KiB | a69004196b8743e886d53b8568e482572120eb06d7b8addee6844fa8306a5f14 |
Available diffs
- diff from 2.4.0-1 to 2.4.0-2 (1.6 KiB)
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").