Source: go-jsonschema Section: golang Maintainer: Debian Go Packaging Team Uploaders: Simon Josefsson , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-github-goccy-go-yaml-dev, golang-github-google-go-cmp-dev, golang-github-imdario-mergo-dev, golang-github-mitchellh-go-wordwrap-dev, golang-github-sanity-io-litter-dev, golang-github-sosodev-duration-dev, golang-github-spf13-cobra-dev, golang-github-stretchr-testify-dev, help2man , Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/go-jsonschema Vcs-Git: https://salsa.debian.org/go-team/packages/go-jsonschema.git Homepage: https://github.com/atombender/go-jsonschema XS-Go-Import-Path: github.com/atombender/go-jsonschema Package: go-jsonschema Section: devel Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Static-Built-Using: ${misc:Static-Built-Using} Description: generate Go data types from JSON Schema definitions (program) go-jsonschema is a tool to generate Go data types from JSON Schema definitions: http://json-schema.org/ . This tool generates Go data types and structs that corresponds to definitions in the schema, along with unmarshalling code that validates the input JSON according to the schema's validation rules. . This package contains the binaries. Package: golang-github-atombender-go-jsonschema-dev Architecture: all Multi-Arch: foreign Depends: golang-github-goccy-go-yaml-dev, golang-github-google-go-cmp-dev, golang-github-imdario-mergo-dev, golang-github-mitchellh-go-wordwrap-dev, golang-github-sanity-io-litter-dev, golang-github-sosodev-duration-dev, golang-github-spf13-cobra-dev, golang-github-stretchr-testify-dev, ${misc:Depends}, Description: generate Go data types from JSON Schema definitions (library) go-jsonschema is a tool to generate Go data types from JSON Schema definitions: http://json-schema.org/ . This tool generates Go data types and structs that corresponds to definitions in the schema, along with unmarshalling code that validates the input JSON according to the schema's validation rules. . This package contains the Go library.