Source: golang-github-oasdiff-yaml
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-oasdiff-yaml3-dev (>= 0.0.9),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-oasdiff-yaml
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-oasdiff-yaml.git
Homepage: https://github.com/oasdiff/yaml
XS-Go-Import-Path: github.com/oasdiff/yaml

Package: golang-github-oasdiff-yaml-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-oasdiff-yaml3-dev (>= 0.0.9),
         ${misc:Depends},
Description: marshal and unmarshal YAML in Golang (library)
 This fork is an improved version of the invopop/yaml package, designed
 to include line and column location information for YAML elements during
 unmarshalling.
