blob: ea8687c15fbf935beafa318cb7d84983d20d4915 [file] [log] [blame]
Name: FlatBuffers
Short Name: flatbuffers
URL: https://github.com/google/flatbuffers
Version: a56f9ec50e908362e20254fcef28e62a2f148d91
Date: 2023-02-16
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.