Source: golang-github-emicklei-go-restful
Section: devel
Priority: optional
Standards-Version: 4.4.1
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-go,
#               golang-google-appengine-dev,
Homepage: https://github.com/emicklei/go-restful
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-emicklei-go-restful.git
XS-Go-Import-Path: github.com/emicklei/go-restful
Testsuite: autopkgtest-pkg-go

Package: golang-github-emicklei-go-restful-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
#         golang-google-appengine-dev,
Description: build REST-style Web Services using Google Go
 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.
