protozero 1.6.0-1 source package in Ubuntu

Changelog

protozero (1.6.0-1) unstable; urgency=medium

  * New upstream release.
  * Add cmake to build dependencies.
  * Update packaging for cmake build.
  * Bump Standards-Version to 4.1.1, no changes.

 -- Bas Couwenberg <email address hidden>  Tue, 24 Oct 2017 20:08:16 +0200

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

Downloads

File Size SHA-256 Checksum
protozero_1.6.0-1.dsc 2.1 KiB 78d67904039c3124d31087f376ede640dd795a9dd3f12409e9386a55fc1be894
protozero_1.6.0.orig.tar.gz 1.0 MiB 88a55e66483b416405faad7e2cc9853b3de375320158e3ee8c6b676a52516c9f
protozero_1.6.0-1.debian.tar.xz 5.0 KiB dc368b64348428393750797a59b81555f44a0e3afa9c69541aef9bc9e897e109

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.