File: control

package info (click to toggle)
wireguard-go 0.0.20231211-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: sh: 300; makefile: 28
file content (50 lines) | stat: -rw-r--r-- 1,933 bytes parent folder | download | duplicates (2)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: wireguard-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go (>= 2:1.20~0),
               golang-golang-x-crypto-dev (>= 0.13.0),
               golang-golang-x-net-dev (>= 0.15.0),
               golang-golang-x-sys-dev (>= 0.12.0),
               golang-golang-x-time-dev,
               golang-gvisor-gvisor-dev (>= 0.0~20230927),
               golang-github-google-btree-dev (>= 1.0.1)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/wireguard-go
Vcs-Git: https://salsa.debian.org/go-team/packages/wireguard-go.git
Homepage: https://git.zx2c4.com/wireguard-go/about/
Rules-Requires-Root: no
XS-Go-Import-Path: golang.zx2c4.com/wireguard

Package: wireguard-go
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Userspace implementation of WireGuard in Go (program)
 This is a userspace implementation of WireGuard in Go.
 .
 This package contains the program for using userspace WireGuard.
 .
 Most Linux users will want the "wireguard" package instead.

Package: golang-golang.zx2c4-wireguard-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-crypto-dev (>= 0.13.0),
         golang-golang-x-net-dev (>= 0.15.0),
         golang-golang-x-sys-dev (>= 0.12.0),
         golang-golang-x-time-dev,
         golang-gvisor-gvisor-dev (>= 0.0~20230927),
         golang-github-google-btree-dev (>= 1.0.1),
         ${misc:Depends}
Description: Userspace implementation of WireGuard in Go (library)
 This is a userspace implementation of WireGuard in Go.
 .
 This package provides a library that is used by other
 programs for working with the kernel tun interface and
 related tasks.