protobuf-c 1.4.1
Protocol Buffers implementation in C
This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format. It includes libprotobuf-c
, a pure C library that implements protobuf encoding and decoding, and protoc-c
, a code generator that converts Protocol Buffer .proto
files to C descriptor code.
- Outputs:
out
- Website: https://github.com/protobuf-c/protobuf-c
- Licenses: FreeBSD
- Package source: gnu/packages/protobuf.scm
- Builds: See build status
- Issues: See known issues
Installation
Install protobuf-c 1.4.1
as follows:
guix install protobuf-c@1.4.1
Or install the latest version:
guix install protobuf-c
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.