File: control

package info (click to toggle)
golang-github-franela-goreq 0.0~git20160121.0.3ddeded-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 184 kB
  • sloc: makefile: 7
file content (27 lines) | stat: -rw-r--r-- 1,037 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
26
27
Source: golang-github-franela-goreq
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
    golang-gomega-dev | golang-github-onsi-gomega-dev,
# Tests:
    golang-github-franela-goblin-dev,
Standards-Version: 3.9.8
Homepage: https://github.com/franela/goreq
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-franela-goreq.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-franela-goreq.git
XS-Go-Import-Path: github.com/franela/goreq

Package: golang-github-franela-goreq-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
    golang-gomega-dev | golang-github-onsi-gomega-dev,
# Tests:
    golang-github-franela-goblin-dev,
Description: minimal and simple request library for Go language
 GoReq Simple and sane HTTP request library for Go language.