File: control

package info (click to toggle)
golang-k8s-sigs-yaml 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,319 bytes parent folder | download
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.