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

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.

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.