File: control

package info (click to toggle)
golang-gvisor-gvisor 0.0~20240729.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,300 kB
  • sloc: asm: 3,361; ansic: 1,197; cpp: 348; makefile: 92; python: 89; sh: 83
file content (88 lines) | stat: -rw-r--r-- 3,587 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Source: golang-gvisor-gvisor
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>,
           Shengjing Zhu <zhsj@debian.org>
Rules-Requires-Root: no
Build-Depends: clang,
               debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-bits-and-blooms-bitset-dev,
               golang-github-cenkalti-backoff-dev,
               golang-github-cilium-ebpf-dev,
               golang-github-coreos-go-systemd-dev,
               golang-github-godbus-dbus-dev,
               golang-github-gofrs-flock-dev,
               golang-github-google-btree-dev,
               golang-github-google-subcommands-dev,
               golang-github-kr-pty-dev,
               golang-github-mohae-deepcopy-dev,
               golang-github-opencontainers-runtime-spec-dev,
               golang-github-vishvananda-netlink-dev,
               golang-gocapability-dev,
               golang-golang-x-exp-dev,
               golang-golang-x-mod-dev,
               golang-golang-x-sync-dev,
               golang-golang-x-sys-dev (>= 0.20.0),
               golang-golang-x-time-dev,
               golang-google-protobuf-dev,
               libbpf-dev,
               libc6-dev-i386 [amd64],
               linux-libc-dev,
               python3
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-gvisor-gvisor
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-gvisor-gvisor.git
Homepage: https://github.com/google/gvisor
XS-Go-Import-Path: gvisor.dev/gvisor

Package: runsc
Section: admin
Architecture: amd64 arm64
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: gVisor container sandbox runtime
 gVisor is an application kernel, written in Go, that implements a
 substantial portion of the Linux system surface. It includes an Open
 Container Initiative (OCI) runtime called runsc that provides an
 isolation boundary between the application and the host kernel.
 .
 This package provides runsc runtime, which can be integrated to Docker
 and Kubernetes.

Package: golang-gvisor-gvisor-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-bits-and-blooms-bitset-dev,
         golang-github-cenkalti-backoff-dev,
         golang-github-cilium-ebpf-dev,
         golang-github-coreos-go-systemd-dev,
         golang-github-godbus-dbus-dev,
         golang-github-gofrs-flock-dev,
         golang-github-google-btree-dev,
         golang-github-google-subcommands-dev,
         golang-github-kr-pty-dev,
         golang-github-mohae-deepcopy-dev,
         golang-github-opencontainers-runtime-spec-dev,
         golang-github-vishvananda-netlink-dev,
         golang-gocapability-dev,
         golang-golang-x-exp-dev,
         golang-golang-x-mod-dev,
         golang-golang-x-sync-dev,
         golang-golang-x-sys-dev (>= 0.20.0),
         golang-golang-x-time-dev,
         golang-google-protobuf-dev,
         ${misc:Depends}
Breaks: golang-github-containers-gvisor-tap-vsocks-dev (<< 0.7.3+ds1-2~),
        nncp (<< 8.8.2-4~)
Description: Application Kernel for Containers (library)
 gVisor is an application kernel, written in Go, that implements a
 substantial portion of the Linux system surface. It includes an Open
 Container Initiative (OCI) runtime called runsc that provides an
 isolation boundary between the application and the host kernel.
 .
 This package provides development files.