Binary package “golang-github-chifflier-nfqueue-go-dev” in ubuntu noble

Go bindings for NFQueue

 nfqueue-go is a wrapper library for libnetfilter-queue.
 The goal is to provide a library to gain access
 to packets queued by the kernel packet filter.
 .
 libnetfilter_queue is a userspace library providing an
 API to access packets that have been queued by the
 Linux kernel packet filter. This provides an easy way
 to filter packets from userspace, and use tools or
 libraries that are not accessible from kernelspace.