golang-yaml.v2 0.0+git20170407.0.cd8b52f-1ubuntu2 source package in Ubuntu
Changelog
golang-yaml.v2 (0.0+git20170407.0.cd8b52f-1ubuntu2) bionic; urgency=medium * Stop building shared library package. -- Michael Hudson-Doyle <email address hidden> Wed, 08 Nov 2017 16:18:41 +1300
Upload details
- Uploaded by:
- Michael Hudson-Doyle
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-yaml.v2_0.0+git20170407.0.cd8b52f.orig.tar.xz | 49.5 KiB | aca96c948d10e816925faff35f6bb860ae19b95463b51744ce761a3f9f1c49f2 |
golang-yaml.v2_0.0+git20170407.0.cd8b52f-1ubuntu2.debian.tar.xz | 3.8 KiB | 3d7b408ebce97c9af304b4d1e893650b9df077c9a4218dcaf1ad3c01aeb27459 |
golang-yaml.v2_0.0+git20170407.0.cd8b52f-1ubuntu2.dsc | 2.4 KiB | daee511f5a5fdd159ffcf71fde297532d468c304fc8d93d3d385945ea0483be4 |
Available diffs
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").
- golang-yaml.v2-dev: Transitional package for golang-gopkg-yaml.v2-dev
This is a transitional package to ease upgrades to the
golang-gopkg-yaml. v2-dev package. It can safely be removed.