blob: 1e7f330948ac166dff8e453751c11254135476af [file] [log] [blame]
Name: FlatBuffers
Short Name: flatbuffers
URL: https://github.com/google/flatbuffers
Version: 5d3648b88a91e8a5d67db83df2d08bb9e8702ae8
Date: 2018-07-24
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.