1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: golang-k8s-sigs-yaml
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Arthur Diniz <arthurbdiniz@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang
Build-Depends-Indep: golang-any,
golang-github-google-go-cmp-dev,
golang-gopkg-check.v1-dev
Standards-Version: 4.7.0
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
Rules-Requires-Root: no
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,
${misc:Depends}
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.
|