          MODULE=libbpf
         VERSION=1.6.2
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/libbpf/libbpf/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:16f31349c70764cba8e0fad3725cc9f52f6cf952554326aa0229daaa21ef4fbd
        WEB_SITE=https://libbpf.readthedocs.io/en/latest/libbpf_overview.html
         ENTERED=20250124
         UPDATED=20251129
           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
