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

cereal 1.3.0

C++11 library for serialization

Cereal is a header-only C++11 serialization library. Cereal takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON.

Installation

Install cereal 1.3.0 as follows:

guix install cereal@1.3.0

Or install the latest version:

guix install cereal

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.