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

avro-cpp 1.9.2

Data serialization system

Apache Avro is a data serialization system. Avro provides:

  1. Rich data structures;

  2. a compact, fast, binary data format;

  3. a container file, to store persistent data;

  4. remote procedure call (RPC); and

  5. simple integration with dynamic languages.

Code generation is not required to read or write data files nor to use or implement RPC protocols.

Installation

Install avro-cpp 1.9.2 as follows:

guix install avro-cpp@1.9.2

Or install the latest version:

guix install avro-cpp

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.