FlatBuffers: Memory Efficient Serialization Library
cd Ports/flatbuffers
./package.sh
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.
Website: https://github.com/google/flatbuffers
Port: https://github.com/SerenityOS/serenity/tree/master/Ports/flatbuffers
Port icon has the following license: Attribution 4.0 International (CC BY 4.0)