File: control

package info (click to toggle)
golang-github-songgao-water 0.0~git20200317.2b4b6d7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: makefile: 21
file content (31 lines) | stat: -rw-r--r-- 1,208 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
Source: golang-github-songgao-water
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-golang-x-sys-dev,
               golang-any
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-songgao-water
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-songgao-water.git
Homepage: https://github.com/songgao/water
XS-Go-Import-Path: github.com/songgao/water

Package: golang-github-songgao-water-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Simple TUN/TAP library for Go language
 This library is designed to be simple and efficient. It
 .
  * wraps almost only syscalls and uses only Go standard types;
  * exposes standard interfaces; plays well with standard packages like
    io, bufio, etc..
  * does not handle memory management (allocating/destructing slice).
    It's up to user to decide whether/how to reuse buffers.
  * has partial support for MacOS or Windows