File: control

package info (click to toggle)
golang-github-santhosh-tekuri-jsonschema 5.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: makefile: 15
file content (45 lines) | stat: -rw-r--r-- 1,413 bytes parent folder | download
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
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,
 help2man <!nodoc>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
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,
 ${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},
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.