capnproto 1.0.1-4 source package in Ubuntu

Changelog

capnproto (1.0.1-4) unstable; urgency=medium

  * Add patch for FTBFS on 32-bit ARM after the time_t 64 transition.
    Thank you to Arnd Bergmann, Wookey, Tom Lee, and Andrey Rakhmatullin
    for their for help resolving this bug.  (Closes: #1067916)

 -- tony mancill <email address hidden>  Mon, 15 Apr 2024 22:09:51 -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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
capnproto_1.0.1-4.dsc 2.2 KiB da18b35ab647231b2108bf376055a9c4cf300c95ce9a9caa3111146a9cf80f09
capnproto_1.0.1.orig.tar.gz 1.7 MiB 0f7f4b8a76a2cdb284fddef20de8306450df6dd031a47a15ac95bc43c3358e09
capnproto_1.0.1-4.debian.tar.xz 17.2 KiB 337b9ae1d2c20f8fa5462822fcc9973f142f4bf2b88d02445d68dcb42f20a6aa

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-1.0.1: Cap'n Proto C++ library

 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 runtime libraries needed for C++ applications.

libcapnp-1.0.1-dbgsym: debug symbols for libcapnp-1.0.1
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.