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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: golang-github-santhosh-tekuri-jsonschema
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-gopkg-yaml.v3-dev,
golang-golang-x-text-dev,
golang-github-spf13-pflag-dev,
golang-github-dlclark-regexp2-dev <!nocheck>,
help2man <!nodoc>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-santhosh-tekuri-jsonschema
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-santhosh-tekuri-jsonschema.git
Homepage: https://github.com/santhosh-tekuri/jsonschema
XS-Go-Import-Path: github.com/santhosh-tekuri/jsonschema
Package: golang-github-santhosh-tekuri-jsonschema-dev
Architecture: all
Multi-Arch: foreign
Depends:
golang-gopkg-yaml.v3-dev,
golang-golang-x-text-dev,
golang-github-spf13-pflag-dev,
${misc:Depends},
Description: JSONSchema Validation using Go (library)
Passes JSON-Schema-Test-Suite for draft-04, draft-06, draft-07,
draft/2019-09, and draft/2020-12.
.
This package contains the Go development library.
Package: jsonschema-jv
Section: devel
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using:
${misc:Built-Using},
Static-Built-Using:
${misc:Static-Built-Using},
Description: JSONSchema Validation using Go (program)
Passes JSON-Schema-Test-Suite for draft-04, draft-06, draft-07,
draft/2019-09, and draft/2020-12.
.
This package contains the 'jv' command-line tool.
|