File: control

package info (click to toggle)
golang-github-emicklei-go-restful-swagger12 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 196 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,407 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
Source: golang-github-emicklei-go-restful-swagger12
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Andrej Shadura <andrewsh@debian.org>, Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-emicklei-go-restful-dev
Standards-Version: 4.1.1
Homepage: https://github.com/emicklei/go-restful-swagger12
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful-swagger12
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful-swagger12.git
XS-Go-Import-Path: github.com/emicklei/go-restful-swagger12
Testsuite: autopkgtest-pkg-go

Package: golang-github-emicklei-go-restful-swagger12-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-emicklei-go-restful-dev
Description: Swagger 1.2 extension to the go-restful package
 Go-restful is a package for building REST-style Web Services using Google
 Go. REST asks developers to use HTTP methods explicitly and in a way
 that's consistent with the protocol definition. This basic REST design
 principle establishes a one-to-one mapping between create, read, update,
 and delete (CRUD) operations and HTTP methods.
 .
 This package provides Swagger UI 1.2 support for go-restful.