goyaml

Differences between revisions 19 and 21 (spanning 2 versions)
Revision 19 as of 2014-12-09 21:52:15
Size: 343
Editor: foka
Comment:
Revision 21 as of 2014-12-09 23:25:57
Size: 682
Editor: foka
Comment: Add a linebreak to make a paragraph look better.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Details about the Go yaml package were moved to the GitHub project page: Details about the Go yaml package were moved from to http://launchpad.net/goyaml the GitHub project page:
Line 3: Line 3:
    https://github.com/go-yaml/go-yaml-v1     https://github.com/go-yaml/yaml/tree/v1
Line 5: Line 5:
The import path for the package was, in March 2014, '''gonuts.org/v1/yaml''', but has since moved to '''gopkg.in/yaml.v1'''. The import path for the package was, in March 2014, '''`"gonuts.org/v1/yaml"`''', but has since been moved to '''`"gopkg.in/yaml.v1"`'''.
Line 7: Line 7:
A newer '''gopkg.in/yaml.v2''' is now also available, albeit with a newer and different API. A newer '''`"gopkg.in/yaml.v2"`''' is now also available with an expanded API.
See http://blog.labix.org/2014/09/22/announcing-yaml-v2-for-go for more information.


== Package ==

As of December 2014, the golang-goyaml-dev (0.0~bzr50-1) in Debian/Ubuntu repositories was packaged in January 2014 and corresponds to an older version maintained in a bzr repository on Launchpad.

Details about the Go yaml package were moved from to http://launchpad.net/goyaml the GitHub project page:

The import path for the package was, in March 2014, "gonuts.org/v1/yaml", but has since been moved to "gopkg.in/yaml.v1".

A newer "gopkg.in/yaml.v2" is now also available with an expanded API. See http://blog.labix.org/2014/09/22/announcing-yaml-v2-for-go for more information.

Package

As of December 2014, the golang-goyaml-dev (0.0~bzr50-1) in Debian/Ubuntu repositories was packaged in January 2014 and corresponds to an older version maintained in a bzr repository on Launchpad.

goyaml (last edited 2014-12-09 23:25:57 by foka)