capnproto 0.4.0-1ubuntu2 source package in Ubuntu RTM
Changelog
capnproto (0.4.0-1ubuntu2) trusty; urgency=medium * Bump compat level to 9. * Multi-arch library packages. * Mark the utility as foreign. * Enable parallel build. * Drop maintainer scripts, dh_makeshlibs adds ldconfig. -- Dimitri John Ledkov <email address hidden> Tue, 01 Apr 2014 12:23:36 +0100
Upload details
- Uploaded by:
- Dimitri John Ledkov
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
14.09-factory | release | universe | misc | |
14.09 | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
capnproto_0.4.0.orig.tar.gz | 1.8 MiB | 77adfbb78f8538a453cb8c9b6e0503c1d21e2877461aa6e60d8fe0486656b3ff |
capnproto_0.4.0-1ubuntu2.debian.tar.gz | 6.3 KiB | c8289637885655c42ca3489a8100cb51733f259450cea191b7f2e7c8ff38e4a3 |
capnproto_0.4.0-1ubuntu2.dsc | 2.1 KiB | e5b9eb840c0d18fee28da880b275649b9b59ad0a8c66586a7fe984e70f4b580f |
Available diffs
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.