libmpack 1.0.5-4 source package in Ubuntu

Changelog

libmpack (1.0.5-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libmpack-dev: Add Multi-Arch: same.

  [ James McCoy ]
  * Remove build/ directory during clean (Closes: #1045255)
  * Support DEB_BUILD_OPTIONS=terse
  * Declare Rules-Requires-Root: no
  * Declare compliance with Policy 4.6.2
  * Switch to debhelper-compat and bump to compat 13
  * Declare that libmpack.la is intentionally not installed

 -- James McCoy <email address hidden>  Fri, 18 Aug 2023 23:40:58 -0400

Upload details

Uploaded by:
James McCoy
Uploaded to:
Sid
Original maintainer:
James McCoy
Architectures:
any
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

Downloads

File Size SHA-256 Checksum
libmpack_1.0.5-4.dsc 2.1 KiB 52525ec439d97522eaffdc36f44911e610537578b93c258ac340dec1309ac848
libmpack_1.0.5.orig.tar.gz 32.2 KiB 4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956
libmpack_1.0.5-4.debian.tar.xz 3.1 KiB 7b48d3bcd96c9c87378671501ca0a5bc6ed4f19a0b3268acf89f36a36eef38c2

Available diffs

No changes file available.

Binary packages built by this source

libmpack-dev: small binary serialization/RPC library (development files)

 libmpack is a small binary serialization/RPC library that implements both the
 msgpack and msgpack-rpc specifications.
 .
 Differences from msgpack-c:
 .
  * Callback-based API to simplify (de)serialization directly to/from
    application-specific objects.
  * C89 compatible code
  * No allocation performed by the library, but helpers to simplify dynamic
    allocation if the application needs it.
  * Non-backtracking, incremental/iterative parse/serialization API
 .
 This package contains the headers files needed for developing with mpack

libmpack0: small binary serialization/RPC library

 libmpack is a small binary serialization/RPC library that implements both the
 msgpack and msgpack-rpc specifications.
 .
 Differences from msgpack-c:
 .
  * Callback-based API to simplify (de)serialization directly to/from
    application-specific objects.
  * C89 compatible code
  * No allocation performed by the library, but helpers to simplify dynamic
    allocation if the application needs it.
  * Non-backtracking, incremental/iterative parse/serialization API

libmpack0-dbgsym: debug symbols for libmpack0