libmnl 1.0.4-3build1 source package in Ubuntu
Changelog
libmnl (1.0.4-3build1) impish; urgency=medium * No-change rebuild to build packages with zstd compression. -- Matthias Klose <email address hidden> Thu, 07 Oct 2021 12:16:42 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Impish
- Original maintainer:
- Debian Netfilter Packaging Team
- Architectures:
- linux-any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmnl_1.0.4.orig.tar.bz2 | 294.2 KiB | 171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81 |
libmnl_1.0.4-3build1.debian.tar.xz | 7.7 KiB | 382be0286f50915e7b7975f403f1f95fea43121291f8386a8c3a673e7f6f3355 |
libmnl_1.0.4-3build1.dsc | 2.1 KiB | 074503afd103c8ec5c21e7add4a2bdcb6d12a33270b1c06d11f6d90e2f78379e |
Available diffs
- diff from 1.0.4-3 (in Debian) to 1.0.4-3build1 (327 bytes)
Binary packages built by this source
- libmnl-dev: minimalistic Netlink communication library (devel)
libmnl is a minimalistic user-space library oriented to Netlink developers.
There are a lot of common tasks in parsing, validating, constructing of
both the Netlink header and TLVs that are repetitive and easy to get wrong.
This library aims to provide simple helpers that allows you to re-use code
and to avoid re-inventing the wheel.
.
The main features of this library are:
.
Small: the shared library requires around 30KB for an x86-based computer.
.
Simple: this library avoids complexity and elaborated abstractions that
tend to hide Netlink details.
.
Easy to use: the library simplifies the work for Netlink-wise developers.
It provides functions to make socket handling, message building,
validating, parsing and sequence tracking, easier.
.
Easy to re-use: you can use the library to build your own abstraction
layer on top of this library.
.
Decoupling: the interdependency of the main bricks that compose the
library is reduced, i.e. the library provides many helpers, but the
programmer is not forced to use them.
.
This package contains the development libraries and header files you need
to develop your programs using the minimalistic Netlink communication
library.
- libmnl0: No summary available for libmnl0 in ubuntu impish.
No description available for libmnl0 in ubuntu impish.
- libmnl0-dbgsym: debug symbols for libmnl0