YAML support for the Go language

This package is a pure port of the libyaml C library for the Go language.

The import path for the package is gonuts.org/v1/yaml. To install it, run:

go get gonuts.org/v1/yaml

If opened in a browser, the import path leads to the API documentation:

The package API for yaml v1 will remain stable as described in gonuts.org.