Source: golang-github-moul-http2curl
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-smartystreets-goconvey-dev
Standards-Version: 4.1.0
Homepage: https://github.com/moul/http2curl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-moul-http2curl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-moul-http2curl.git
XS-Go-Import-Path: github.com/moul/http2curl
#Testsuite: autopkgtest-pkg-go

Package: golang-github-moul-http2curl-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-smartystreets-goconvey-dev
Description: Go package for convert Golang's http.Request to CURL command line
 Package http2curl provides the function to convert Golang's http.Request to
 CURL command line. By setting the URL, argument, Content-Type, output the
 command line to be executed with CURL.
