File: control

package info (click to toggle)
libbpf 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,316 kB
  • sloc: ansic: 143,124; sh: 1,130; makefile: 141
file content (29 lines) | stat: -rw-r--r-- 1,006 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
Source: libbpf
Priority: optional
Maintainer: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Build-Depends: debhelper-compat (= 13), libelf-dev, zlib1g-dev, pkg-config
Standards-Version: 4.5.1
Section: libs
Vcs-Browser: https://github.com/sudipm-mukherjee/libbpf
Vcs-Git: https://github.com/sudipm-mukherjee/libbpf.git

Package: libbpf-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}, libbpf0 (= ${binary:Version}), libelf-dev, zlib1g-dev
Description: eBPF helper library (development files)
 libbpf is a library for loading eBPF programs and reading and
 manipulating eBPF objects from user-space.
 .
 This package is needed to compile programs against libbpf.

Package: libbpf0
Architecture: linux-any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: eBPF helper library (shared library)
 libbpf is a library for loading eBPF programs and reading and
 manipulating eBPF objects from user-space.
 .
 This package contains the shared library.