golang-github-chifflier-nfqueue-go 0.0~git20170228.61ca646-2 source package in Ubuntu

Changelog

golang-github-chifflier-nfqueue-go (0.0~git20170228.61ca646-2) unstable; urgency=medium

  * Source-only upload to allow testing migration.

 -- Francisco Vilmar Cardoso Ruviaro <email address hidden>  Tue, 08 Feb 2022 03:12:06 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-chifflier-nfqueue-go_0.0~git20170228.61ca646-2.dsc 2.5 KiB 0d7ae27250cb59098f2175523216bc5ba576ff89ea62f295c4c2d26a76697130
golang-github-chifflier-nfqueue-go_0.0~git20170228.61ca646.orig.tar.xz 11.6 KiB 3a3de1fd44e521bce67dc5a1f41e8d98b8fec0af555d6dcb8a99e0f371845985
golang-github-chifflier-nfqueue-go_0.0~git20170228.61ca646-2.debian.tar.xz 2.1 KiB afd96758ae4ad3c3b19c8e5b54fc70d4182fa9069755fa19cde630dcdfa14826

No changes file available.

Binary packages built by this source

golang-github-chifflier-nfqueue-go-dev: 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.