Package : golang-sigs-k8s-yaml
Package details
Summary: Marshal and unmarshal YAML in Go
Description:
A wrapper around go-yaml designed to enable a better way of handling YAML when
marshaling to and from structs.
In short, this library first converts YAML to JSON using go-yaml and then uses
json.Marshal and json.Unmarshal to convert to or from the struct. This means
that it effectively reuses the JSON struct tags as well as the custom JSON
methods MarshalJSON and UnmarshalJSON unlike go-yaml.
URL: https://github.com/kubernetes-sigs/yaml
License: MIT and BSD
Maintainer: pterjan
Description:
A wrapper around go-yaml designed to enable a better way of handling YAML when
marshaling to and from structs.
In short, this library first converts YAML to JSON using go-yaml and then uses
json.Marshal and json.Unmarshal to convert to or from the struct. This means
that it effectively reuses the JSON struct tags as well as the custom JSON
methods MarshalJSON and UnmarshalJSON unlike go-yaml.
URL: https://github.com/kubernetes-sigs/yaml
License: MIT and BSD
Maintainer: pterjan
List of RPMs
- golang-sigs-k8s-yaml-1.2.0-1.mga8.src.rpm (Mageia 8, aarch64 media, core-release)