This package browser is in early development. Mind the rough edges.

capnproto

Capability-based RPC and serialization system

Cap'n Proto is a very fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster.

Installation

Install the latest version of capnproto as follows:

guix install capnproto

Or install a particular version:

guix install capnproto@1.3.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of capnproto about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/capnproto'><img src='https://packages.guix.gnu.org/packages/capnproto/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/capnproto/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/capnproto)

Example Org:

[[https://packages.guix.gnu.org/packages/capnproto][https://packages.guix.gnu.org/packages/capnproto/badges/latest-version.svg]]