File: control

package info (click to toggle)
golang-github-cilium-ebpf 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 1,716 kB
  • sloc: ansic: 148; sh: 66; makefile: 24
file content (26 lines) | stat: -rw-r--r-- 1,021 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
Source: golang-github-cilium-ebpf
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any (>= 2:1.13~),
               golang-golang-x-sys-dev,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cilium-ebpf
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cilium-ebpf.git
Homepage: https://github.com/cilium/ebpf
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/cilium/ebpf

Package: golang-github-cilium-ebpf-dev
Architecture: all
Depends: golang-golang-x-sys-dev,
         ${misc:Depends},
Multi-Arch: foreign
Description: eBPF Library for Go
 eBPF is a pure Go library that provides utilities for loading, compiling,
 and debugging eBPF programs. It has minimal external dependencies and
 is intended to be used in long running processes.