          MODULE=libbpf
         VERSION=1.7.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/libbpf/libbpf/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:7ab5feffbf78557f626f2e3e3204788528394494715a30fc2070fcddc2051b7b
        WEB_SITE=https://libbpf.readthedocs.io/en/latest/libbpf_overview.html
         ENTERED=20250124
         UPDATED=20260401
           SHORT="C-based library containing a BPF loader"

cat << EOF
libbpf is a C-based library containing a BPF loader that takes compiled BPF
object files and prepares and loads them into the Linux kernel. libbpf takes
the heavy lifting of loading, verifying, and attaching BPF programs to various
kernel hooks, allowing BPF application developers to focus only on BPF program
correctness and performance.
EOF
