File: control

package info (click to toggle)
golang-github-xtaci-tcpraw 1.2.25-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 96 kB
  • sloc: makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,107 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
23
24
25
26
27
28
29
30
31
32
33
34
Source: golang-github-xtaci-tcpraw
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Roger Shimizu <rosh@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 golang-any,
 golang-github-coreos-go-iptables-dev,
 golang-github-google-gopacket-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/xtaci/tcpraw
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-xtaci-tcpraw
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-xtaci-tcpraw.git
XS-Go-Import-Path: github.com/xtaci/tcpraw
Testsuite: autopkgtest-pkg-go

Package: golang-github-xtaci-tcpraw-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-coreos-go-iptables-dev,
 golang-github-google-gopacket-dev
Description: Packet-oriented connection golan library by simulating TCP
 Golang library to send packets through TCP simulating protocol.
 .
 Features:
   * Tiny
   * Support IPv4 and IPv6
   * Realistic sliding window
   * NAT friendly
   * Pure golang without cgo, available on all architectures