flatbuffers 2.0.0
Memory-efficient serialization library
FlatBuffers is a cross-platform serialization library for C++, C#, C, Go, Java, JavaScript, PHP, and Python. It was originally created for game development and other performance-critical applications.
- Website: https://google.github.io/flatbuffers/
- Licenses: ASL 2.0
- Package source: gnu/packages/serialization.scm
- Builds: See build status
- Issues: See known issues
Installation
Install flatbuffers 2.0.0
as follows:
guix install flatbuffers@2.0.0
Or install the latest version:
guix install flatbuffers
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.