File: control

package info (click to toggle)
golang-github-stvp-go-udp-testing 0.0~git20150316.0.abcd331-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 72 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 939 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: golang-github-stvp-go-udp-testing
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper-compat (= 12), dh-golang, golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/stvp/go-udp-testing
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-stvp-go-udp-testing
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-stvp-go-udp-testing.git
XS-Go-Import-Path: github.com/stvp/go-udp-testing
Testsuite: autopkgtest-pkg-go

Package: golang-github-stvp-go-udp-testing-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: UDP test helpers for Go
 Package udp implements UDP test helpers. It lets you assert that certain
 strings must or must not be sent to a given local UDP listener.
 .
 This package contains the source.