File: control

package info (click to toggle)
golang-gopkg-h2non-gock.v1 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 364 kB
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,166 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
28
29
Source: golang-gopkg-h2non-gock.v1
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: FĂ©lix Sipma <felix+debian@gueux.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-h2non-parth-dev,
               golang-github-nbio-st-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gopkg-h2non-gock.v1
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gopkg-h2non-gock.v1.git
Homepage: https://github.com/h2non/gock
XS-Go-Import-Path: gopkg.in/h2non/gock.v1

Package: golang-gopkg-h2non-gock.v1-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-h2non-parth-dev,
         ${misc:Depends}
Description: HTTP traffic mocking and testing made easy in Go
 Versatile HTTP mocking made easy in Go (https://golang.org) that works
 with any net/http based stdlib implementation.
 .
 Heavily inspired by nock (https://github.com/node-nock/nock).  There is
 also its Python port, pook (https://github.com/h2non/pook).