summaryrefslogtreecommitdiff
path: root/chromium/third_party/flatbuffers/README.chromium
blob: b1e099bdaa879e9b1e0fad7ace9e95a8164ecb69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Name: FlatBuffers
Short Name: flatbuffers
URL: https://github.com/google/flatbuffers
Version: e92ae5199d52fd59540a800bec7eef46cd778257
Date: 2016-06-03
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.