File: control

package info (click to toggle)
golang-github-getkin-kin-openapi 0.110.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,932 kB
  • sloc: makefile: 3
file content (39 lines) | stat: -rw-r--r-- 1,837 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
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: debhelper (>= 13.4),
               debhelper-compat (= 13),
               dh-golang (>= 1.58~),
               dh-sequence-golang,
               golang-any (>= 2:1.16~),
               golang-github-invopop-yaml-dev (>= 0.1.0),
               golang-github-go-openapi-jsonpointer-dev (>= 1:0.19.5),
               golang-github-gorilla-mux-dev (>= 1.8.0),
               golang-github-mohae-deepcopy-dev (>= 0.0~git20170929.c48cc78),
               golang-github-stretchr-testify-dev (>= 1.8.1),
               golang-gopkg-yaml.v3-dev (>= 3.0.1),
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
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: ${misc:Depends},
         golang-github-invopop-yaml-dev (>= 0.1.0),
         golang-github-go-openapi-jsonpointer-dev (>= 1:0.19.5),
         golang-github-gorilla-mux-dev (>= 1.8.0),
         golang-github-mohae-deepcopy-dev (>= 0.0~git20170929.c48cc78),
         golang-github-stretchr-testify-dev (>= 1.8.1),
         golang-gopkg-yaml.v3-dev (>= 3.0.1),
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.