| Name: flatbuffers | |
| URL: https://github.com/google/flatbuffers | |
| Revision: a56f9ec50e908362e20254fcef28e62a2f148d91 | |
| License: Apache 2.0 | |
| License File: src/LICENSE | |
| 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. |