libmnl 1.0.5-2 source package in Ubuntu

Changelog

libmnl (1.0.5-2) unstable; urgency=medium

  * Re-upload with source only, to unblock the migration policy

 -- Neutron Soutmun <email address hidden>  Mon, 06 Nov 2023 15:21:59 +0700

Upload details

Uploaded by:
Debian Netfilter Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Netfilter Packaging Team
Architectures:
linux-any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libmnl_1.0.5-2.dsc 2.4 KiB f4e26df977922525646eaffe5194bd4f03c0f5494ba951c7a6eccfb64263c487
libmnl_1.0.5.orig.tar.bz2 307.4 KiB 274b9b919ef3152bfb3da3a13c950dd60d6e2bcd54230ffeca298d03b40d0525
libmnl_1.0.5.orig.tar.bz2.asc 833 bytes 7175ee1de6c831e6d7ffae3540af7fcd9c64f302351af55ff12966ecbe6a5b71
libmnl_1.0.5-2.debian.tar.xz 9.7 KiB 313521cfd2d2a71c281414c9b5dec7e1b5b481e4c13aad25f70b83cc03d76c93

No changes file available.

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.

libmnl-doc: Documentation files for libmnl0

 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.
 .
 This package provides man-pages and HTML documentation for the API.

libmnl0: minimalistic Netlink communication library

 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 shared libraries needed to run programs that use
 the minimalistic Netlink communication library.

libmnl0-dbgsym: debug symbols for libmnl0