protozero 1.6.8-1build1 source package in Ubuntu

Changelog

protozero (1.6.8-1build1) focal; urgency=medium

  * No-change rebuild to build for i386

 -- Steve Langasek <email address hidden>  Fri, 21 Feb 2020 15:38:07 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
protozero_1.6.8.orig.tar.gz 1.0 MiB 019a0f3789ad29d7e717cf2e0a7475b36dc180508867fb47e8c519885b431706
protozero_1.6.8-1build1.debian.tar.xz 5.4 KiB 23cc1e1070c9e2c5c0df2020c6e9e1222232db1123230f8171edf861c4360c5f
protozero_1.6.8-1build1.dsc 2.2 KiB 46a439f9091595059a3ce9681b9a01f8b037b10a21e26c416daa5c5aeb858fcc

View changes file

Binary packages built by this source

libprotozero-dev: No summary available for libprotozero-dev in ubuntu groovy.

No description available for libprotozero-dev in ubuntu groovy.

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.