File: control

package info (click to toggle)
golang-github-moul-http2curl 0.0~git20161031.0.4e24498%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, experimental, sid, trixie
  • size: 84 kB
  • sloc: makefile: 35
file content (25 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (2)
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
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.