Source: golang-github-google-jsonschema-go
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Stephen Kitt <skitt@debian.org>,
Build-Depends: debhelper-compat (= 14),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-google-go-cmp-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-jsonschema-go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-jsonschema-go.git
Homepage: https://github.com/google/jsonschema-go
XS-Go-Import-Path: github.com/google/jsonschema-go

Package: golang-github-google-jsonschema-go-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-go-cmp-dev,
Description: implementation of the JSON Schema specification (library)
 This Go module implements the JSON Schema (https://json-schema.org/)
 specification. The jsonschema package supports creating schemas,
 validating JSON values against a schema, and inferring a schema from
 a Go struct.
