capnproto 0.4.0~git20131030+e7d2778-0ubuntu1 source package in Ubuntu

Changelog

capnproto (0.4.0~git20131030+e7d2778-0ubuntu1) trusty; urgency=low

  * Release latest capnproto git snapshot
  * debian/patches/fix_version_name.diff:
    - Add a quilt patch to change the version number of the pre-0.4 snapshot
      to 0.4.0, since 0.4-dev is invalid for soname's
  * Modify debian packaging to work with the 0.4.0~ version
  * Use dh-autoreconf in case the tarball was generated with incompatible
    tools
 -- Lukasz 'sil2100' Zemczak <email address hidden>   Thu, 31 Oct 2013 13:19:04 +0100

Upload details

Uploaded by:
Ɓukasz Zemczak
Sponsored by:
Ken VanDine
Uploaded to:
Trusty
Original maintainer:
Tom Lee
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
capnproto_0.4.0~git20131030+e7d2778.orig.tar.gz 1.8 MiB eec9f689ac1e46d804b4a86e5b62a8f056bff837463951337038c1096475ca0c
capnproto_0.4.0~git20131030+e7d2778-0ubuntu1.debian.tar.gz 6.6 KiB 56e561c506c9b86baaaa9266ccf151f52fd7c1175858071c612feb6792921e18
capnproto_0.4.0~git20131030+e7d2778-0ubuntu1.dsc 1.5 KiB cc3584208448aecaf0a0d03e290563e4da760a2e4e3d6720f67b208210dd750d

View changes file

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.

libcapnp-0.4.0: 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-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.