SlackBuilds Repository

15.0 > Libraries > flatbuffers (23.5.26)

FlatBuffers is a cross platform serialization library architected for
maximum memory efficiency. It allows you to directly access serialized
data without parsing/unpacking it first, while still having great
forwards/backwards compatibility.

Why use FlatBuffers?
* Access to serialized data without parsing/unpacking
* Memory efficiency and speed
* Flexible
* Tiny code footprint
* Strongly typed
* Convenient to use
* Cross platform code with no dependencies

Why not use Protocol Buffers, or .. ?
Protocol Buffers is indeed relatively similar to FlatBuffers, with the
primary difference being that FlatBuffers does not need a parsing/
unpacking step to a secondary representation before you can access
data, often coupled with per-object memory allocation. The code is an
order of magnitude bigger, too. Protocol Buffers has no optional text
import/export.

If you would like to build the HTML documentation, pass DOCS=yes to
the build script.

If you would like to include the samples, pass SAMPLES=yes to the
build script.

Maintained by: Steven Voges
Keywords: serialization,serialize,buffer,pack,flat,flatbuffers
ChangeLog: flatbuffers

Homepage:
https://google.github.io/flatbuffers

Source Downloads:
flatbuffers-23.5.26.tar.gz (2ef00eaaa86ab5e9ad5eafe09c2e7b60)

Download SlackBuild:
flatbuffers.tar.gz
flatbuffers.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
flatbuffers.SlackBuild
flatbuffers.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds