Source: golang-github-emicklei-go-restful-swagger12 Section: devel Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Andrej Shadura , Dmitry Smirnov 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.