1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  
     | 
    
      Source: golang-github-smallfish-simpleyaml
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-yaml.v2-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-smallfish-simpleyaml
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-smallfish-simpleyaml.git
Homepage: https://github.com/smallfish/simpleyaml
XS-Go-Import-Path: github.com/smallfish/simpleyaml
Package: golang-github-smallfish-simpleyaml-dev
Architecture: all
Depends: golang-yaml.v2-dev,
         ${misc:Depends}
Multi-Arch: foreign
Description: Go package to interact with arbitrary YAML
 Simpleyaml is Go package to interact with arbitrary YAML
 and extracting relevant information from the YAML.
 
     |