File: control

package info (click to toggle)
golang-github-go-openapi-validate 0.24.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,040 kB
  • sloc: sh: 11; makefile: 6
file content (52 lines) | stat: -rw-r--r-- 1,984 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
46
47
48
49
50
51
52
Source: golang-github-go-openapi-validate
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Tim Potter <tpot@hpe.com>,
 Guillem Jover <gjover@sipwise.com>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-davecgh-go-spew-dev,
 golang-github-go-openapi-analysis-dev,
 golang-github-go-openapi-errors-dev (>= 0.19.5~),
 golang-github-go-openapi-jsonpointer-dev,
 golang-github-go-openapi-loads-dev,
 golang-github-go-openapi-spec-dev,
 golang-github-go-openapi-strfmt-dev (>= 0.20.2~),
 golang-github-go-openapi-swag-dev (>= 1:0.21.0~),
 golang-github-stretchr-testify-dev,
 golang-gopkg-yaml.v3-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Homepage: https://github.com/go-openapi/validate
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-validate
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-openapi-validate.git
XS-Go-Import-Path: github.com/go-openapi/validate

Package: golang-github-go-openapi-validate-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-davecgh-go-spew-dev,
 golang-github-go-openapi-analysis-dev,
 golang-github-go-openapi-errors-dev (>= 0.19.5~),
 golang-github-go-openapi-jsonpointer-dev,
 golang-github-go-openapi-loads-dev,
 golang-github-go-openapi-spec-dev,
 golang-github-go-openapi-strfmt-dev (>= 0.20.2~),
 golang-github-go-openapi-swag-dev (>= 1:0.21.0~),
 golang-github-stretchr-testify-dev,
 golang-gopkg-yaml.v3-dev,
 ${misc:Depends},
Description: OpenAPI toolkit validation helpers
 The validate library is part of the OpenAPI Initiative and OpenAPI
 Specification, and consists of various helper and utility functions
 used internally by other components of OpenAPI.
 .
 The OpenAPI Specification is a powerful definition format to describe
 RESTful APIs and creates a RESTful interface for easily developing and
 consuming an API.