protozero 1.7.1-1 source package in Ubuntu

Changelog

protozero (1.7.1-1) unstable; urgency=medium

  [ Bas Couwenberg ]
  * New upstream release.
  * Bump watch file version to 4.
  * Update lintian overrides.
  * Bump Standards-Version to 4.6.0, no changes.
  * Update watch file for GitHub URL changes.
  * Bump debhelper compat to 12, changes:
    - Drop --list-missing from dh_install
  * Update doc-base paths.
  * Update copyright file.
  * Refresh patches.

  [ Helmut Grohne ]
  * Annotate test dependencies on protobuf <!nocheck>.
    (closes: #981605)

 -- Bas Couwenberg <email address hidden>  Tue, 11 Jan 2022 05:53:24 +0100

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
any 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

Downloads

File Size SHA-256 Checksum
protozero_1.7.1-1.dsc 2.1 KiB 79fc723128393b0f1bc31634b52fae11a885ecf0d74764dd03cf58180088ba6e
protozero_1.7.1.orig.tar.gz 1.1 MiB 27e0017d5b3ba06d646a3ec6391d5ccc8500db821be480aefd2e4ddc3de5ff99
protozero_1.7.1-1.debian.tar.xz 5.8 KiB cbf5bedd74f60b4f1bcc7951ab1cd9ac372a6a3563b91496d7841a76387d5f14

Available diffs

No changes file available.

Binary packages built by this source

libprotozero-dev: Minimalistic protocol buffer decoder and encoder in C++

 protozero is a minimalistic protocol buffer decoder and encoder in C++.
 .
 Designed for high performance. Suitable for writing zero copy parsers
 and encoders with minimal need for run-time allocation of memory.
 .
 Low-level: this is designed to be a building block for writing a very
 customized decoder for a stable protobuf schema. If your protobuf schema
 is changing frequently or lazy decoding is not critical for your
 application then this approach offers no value: just use the decoding
 API available via the C++ API that can be generated via the Google
 Protobufs protoc program.
 .
 This package contains the protozero headers.

libprotozero-doc: Minimalistic protocol buffer decoder and encoder in C++ - docs

 protozero is a minimalistic protocol buffer decoder and encoder in C++.
 .
 Designed for high performance. Suitable for writing zero copy parsers
 and encoders with minimal need for run-time allocation of memory.
 .
 Low-level: this is designed to be a building block for writing a very
 customized decoder for a stable protobuf schema. If your protobuf schema
 is changing frequently or lazy decoding is not critical for your
 application then this approach offers no value: just use the decoding
 API available via the C++ API that can be generated via the Google
 Protobufs protoc program.
 .
 This package contains the protozero documentation.