libmnl 1.0.4-3ubuntu1 source package in Ubuntu

Changelog

libmnl (1.0.4-3ubuntu1) kinetic; urgency=medium

  * Static build does not work for libmnl (-lmnl) (LP: #1971523)

 -- Michal Maloszewski <email address hidden>  Thu, 21 Jul 2022 14:02:16 +0200

Upload details

Uploaded by:
Michał Małoszewski
Sponsored by:
Christian Ehrhardt 
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main libs
Lunar release main libs
Kinetic release main libs

Downloads

File Size SHA-256 Checksum
libmnl_1.0.4.orig.tar.bz2 294.2 KiB 171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81
libmnl_1.0.4-3ubuntu1.debian.tar.xz 7.8 KiB 9f9408bbae7b7eb14168d0c512c0ac2d1fa7d62ddea6fb9048a270dbc2f0965c
libmnl_1.0.4-3ubuntu1.dsc 2.1 KiB 486f7c5510d914975d071e5f076312d8908bb3f82d410ad51b3c7f9d91942238

View changes file

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: 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