capnproto 0.9.2-3 source package in Ubuntu

Changelog

capnproto (0.9.2-3) unstable; urgency=medium

  * Fix FTBFS with GCC-13 (Closes: #1037598)
  * Freshen years in debian/copyright
  * Bump Standards-Version to 4.6.2 (no changes)

 -- tony mancill <email address hidden>  Sat, 15 Jul 2023 12:36:09 -0700

Upload details

Uploaded by:
Tom Lee
Uploaded to:
Sid
Original maintainer:
Tom Lee
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
capnproto_0.9.2-3.dsc 2.2 KiB bdeb23b6b16d6b134674641d902ab7833fb910e51b9c9587e9082f3199af95ae
capnproto_0.9.2.orig.tar.gz 1.6 MiB 4031e9c9158fce1979baf3c5234315c1be74b273c0be9f6c4aaf4d0dfda52542
capnproto_0.9.2-3.debian.tar.xz 14.1 KiB 8162b9d088bcff08bd3219ad333e7add11635feb916dd3cebd7818c1ede4c28e

Available diffs

No changes file available.

Binary packages built by this source

capnproto: tool for working with the Cap'n Proto data interchange format

 Similar to Protocol Buffers, Cap'n Proto is an efficient means of
 serializing structured data to be transferred across a network or
 written to disk. Users write a Cap'n Proto definition file that
 drives a code generator, which in turn emits C++ code for encoding &
 decoding messages in the Cap'n Proto format.
 .
 In addition to being extremely fast, Cap'n Proto also smooths over some
 of the rougher aspects of Protocol Buffers & introduces a number of new
 features to boot.
 .
 This package contains a small suite of tools for developing & maintaining
 your Cap'n Proto schema files, including a code generator for compiling
 your schema files to supported languages.

capnproto-dbgsym: debug symbols for capnproto
libcapnp-0.9.2: No summary available for libcapnp-0.9.2 in ubuntu noble.

No description available for libcapnp-0.9.2 in ubuntu noble.

libcapnp-0.9.2-dbgsym: debug symbols for libcapnp-0.9.2
libcapnp-dev: Cap'n Proto C++ library (development files)

 Similar to Protocol Buffers, Cap'n Proto is an efficient means of
 serializing structured data to be transferred across a network or
 written to disk. Users write a Cap'n Proto definition file that
 drives a code generator, which in turn emits C++ code for encoding &
 decoding messages in the Cap'n Proto format.
 .
 In addition to being extremely fast, Cap'n Proto also smooths over some
 of the rougher aspects of Protocol Buffers & introduces a number of new
 features to boot.
 .
 This package contains the headers and static libraries needed for writing
 C++ applications.