blob: 1605967c942f6749d90f4b1beed71c428eae6b53 [file] [log] [blame]
Name: FlatBuffers
Short Name: flatbuffers
URL: https://github.com/google/flatbuffers
Version: 136d75fa6580ef87d1b7cbc243e617f21149852e
Date: 2019-02-25
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.