go-github-com-goccy-go-yaml
YAML support for the Go language
This package provides features beyond the defacto YAML library including:
Pretty format for error notifications
Support Scanner or Lexer or Parser as public API
Support Anchor and Alias to Marshaler
Allow referencing elements declared in another file via anchors
Extract value or AST by YAMLPath (YAMLPath is like a JSONPath)
- Versions: 1.18.0
- Website: https://github.com/goccy/go-yaml
- Licenses: Expat
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of go-github-com-goccy-go-yaml
as follows:
guix install go-github-com-goccy-go-yaml
Or install a particular version:
guix install go-github-com-goccy-go-yaml@1.18.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of go-github-com-goccy-go-yaml about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/go-github-com-goccy-go-yaml'><img src='https://packages.guix.gnu.org/packages/go-github-com-goccy-go-yaml/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/go-github-com-goccy-go-yaml)
Example Org:
[[https://packages.guix.gnu.org/packages/go-github-com-goccy-go-yaml][https://packages.guix.gnu.org/packages/go-github-com-goccy-go-yaml/badges/latest-version.svg]]