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
|
Source: gopacket
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-go,
golang-golang-x-net-dev,
golang-golang-x-sys-dev,
libpcap0.8-dev,
linux-libc-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/google/gopacket/
Vcs-Git: https://salsa.debian.org/go-team/packages/gopacket.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/gopacket
XS-Go-Import-Path: github.com/google/gopacket
Package: golang-github-google-gopacket-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, libpcap0.8-dev,
Conflicts: golang-gopacket-dev (<< 1.1.11)
Replaces: golang-gopacket-dev (<< 1.1.11)
Description: packet capturing and decoding library for Go
The gopacket library provides various bindings for reading packets
off the wire, logic for decoding packet protocols, TCP stream
reassembly.
|