golang-yaml.v2 0.0+git20150627.7ad95dd-1 source package in Ubuntu

Changelog

golang-yaml.v2 (0.0+git20150627.7ad95dd-1) unstable; urgency=medium

  * Update to latest upstream commit, and upload to Debian.

 -- Martín Ferrari <email address hidden>  Sat, 27 Jun 2015 07:03:38 +0000

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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-yaml.v2_0.0+git20150627.7ad95dd-1.dsc 2.2 KiB c58066297b753f582fc04a9680370750c5a505e42ea0a9c50491de35cade1364
golang-yaml.v2_0.0+git20150627.7ad95dd.orig.tar.gz 61.4 KiB b5231f6ce8507f9cea2ed05d4f37aacec82ffe9ddc6b73946a465a455f3ceafb
golang-yaml.v2_0.0+git20150627.7ad95dd-1.debian.tar.xz 2.9 KiB ee0b2ad98377e7bf8339e97e6c66e585cb63fe8ffc2af84ebe84c20d31580253

No changes file available.

Binary packages built by this source

golang-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").