File: control

package info (click to toggle)
golang-github-xeipuuv-gojsonschema 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-proposed-updates, forky, sid, trixie
  • size: 992 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,301 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
Source: golang-github-xeipuuv-gojsonschema
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Stephen Gelman <ssgelm@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev,
               golang-github-xeipuuv-gojsonreference-dev,
Standards-Version: 4.6.0
Homepage: https://github.com/xeipuuv/gojsonschema
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xeipuuv-gojsonschema
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xeipuuv-gojsonschema.git
XS-Go-Import-Path: github.com/xeipuuv/gojsonschema
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-xeipuuv-gojsonschema-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-xeipuuv-gojsonreference-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Description: Go library for validating JSON data against JSON Schema documents
 This library allows the validation of JSON documents against schemas
 within Go programs. It supports multiple versions of the JSON Schema
 specification, although not comprehensively.