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 30
|
Source: golang-github-go-ping-ping
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Daniel Swarbrick <dswarbrick@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-google-uuid-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/go-ping/ping
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-ping-ping
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-ping-ping.git
XS-Go-Import-Path: github.com/go-ping/ping
Package: golang-github-go-ping-ping-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-google-uuid-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev,
${misc:Depends},
Description: simple but powerful ICMP echo (ping) library for Go
Library for sending ICMP Echo Request packet(s) and waiting for their Echo
Reply responses. Both traditional ICMP ping (requiring raw socket access)
and unprivileged UDP ping are supported.
|