File: control

package info (click to toggle)
golang-github-getkin-kin-openapi 0.124.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,288 kB
  • sloc: sh: 344; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 1,943 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
Source: golang-github-getkin-kin-openapi
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
           Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: ca-certificates,
               debhelper (>= 13.4),
               debhelper-compat (= 13),
               dh-golang (>= 1.58~),
               dh-sequence-golang,
               golang-any (>= 2:1.20~),
               golang-github-invopop-yaml-dev (>= 0.2.0),
               golang-github-go-openapi-jsonpointer-dev (>= 1:0.20.2),
               golang-github-gorilla-mux-dev (>= 1.8.1),
               golang-github-mohae-deepcopy-dev (>= 0.0~git20170929.c48cc78),
               golang-github-perimeterx-marshmallow-dev (>= 1.1.5),
               golang-github-stretchr-testify-dev (>= 1.8.4),
               golang-gopkg-yaml.v3-dev (>= 3.0.1),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-getkin-kin-openapi
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-getkin-kin-openapi.git
Homepage: https://github.com/getkin/kin-openapi
XS-Go-Import-Path: github.com/getkin/kin-openapi

Package: golang-github-getkin-kin-openapi-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-invopop-yaml-dev (>= 0.2.0),
         golang-github-go-openapi-jsonpointer-dev (>= 1:0.20.2),
         golang-github-gorilla-mux-dev (>= 1.8.1),
         golang-github-mohae-deepcopy-dev (>= 0.0~git20170929.c48cc78),
         golang-github-perimeterx-marshmallow-dev (>= 1.1.5),
         golang-gopkg-yaml.v3-dev (>= 3.0.1),
         ${misc:Depends},
Description: OpenAPI 3.0 implementation for Go
 A Go project for handling OpenAPI (https://www.openapis.org/) files.
 The project targets the latest OpenAPI version (currently 3)
 but contains support for older OpenAPI versions too.