Source: golang-k8s-sigs-yaml Maintainer: Debian Go Packaging Team Uploaders: Shengjing Zhu , Arthur Diniz Section: golang Testsuite: autopkgtest-pkg-go Build-Depends: debhelper-compat (= 14), dh-sequence-golang Build-Depends-Indep: golang-any, golang-github-google-go-cmp-dev, golang-gopkg-check.v1-dev, golang-gopkg-yaml.v2-dev, golang-gopkg-yaml.v3-dev, golang-k8s-sigs-randfill-dev Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-k8s-sigs-yaml Vcs-Git: https://salsa.debian.org/go-team/packages/golang-k8s-sigs-yaml.git Homepage: https://github.com/kubernetes-sigs/yaml XS-Go-Import-Path: sigs.k8s.io/yaml Package: golang-k8s-sigs-yaml-dev Architecture: all Multi-Arch: foreign Depends: golang-github-google-go-cmp-dev, golang-gopkg-check.v1-dev, golang-gopkg-yaml.v2-dev, golang-gopkg-yaml.v3-dev, golang-k8s-sigs-randfill-dev Description: better way to marshal and unmarshal YAML in Golang (library) YAML marshaling and unmarshaling support for Go Build Status . kubernetes-sigs/yaml is a permanent fork of ghodss/yaml (https://github.com/ghodss/yaml). Introduction A wrapper around go-yaml (https://github.com/go-yaml/yaml) designed to enable a better way of handling YAML when marshaling to and from structs.