avro-cpp 1.9.2
Data serialization system
Apache Avro is a data serialization system. Avro provides:
Rich data structures;
a compact, fast, binary data format;
a container file, to store persistent data;
remote procedure call (RPC); and
simple integration with dynamic languages.
Code generation is not required to read or write data files nor to use or implement RPC protocols.
- Outputs:
out
- Website: https://avro.apache.org/
- Licenses: ASL 2.0
- Package source: gnu/packages/serialization.scm
- Builds: See build status
- Issues: See known issues
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.