blob: 26993518b1789c39732e90cecda7dfef74febbee [file] [log] [blame]
Name: FlatBuffers
Short Name: flatbuffers
URL: https://github.com/google/flatbuffers
Version: 6df40a2471737b27271bdd9b900ab5f3aec746c7
Date: 2020-10-21
License: Apache 2.0
License File: LICENSE
Security Critical: yes
Description:
FlatBuffers is an efficient cross platform serialization library for games and
other memory constrained apps. It allows you to directly access serialized data
without unpacking/parsing it first, while still having great forwards/backwards
compatibility.