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, pkgconf
Standards-Version: 4.7.2
Section: libs
Vcs-Browser: https://salsa.debian.org/sudip/libbpf
Vcs-Git: https://salsa.debian.org/sudip/libbpf.git
Package: libbpf-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends}, libbpf1 (= ${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: libbpf1
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.
|