xref: /aosp_15_r20/external/angle/third_party/flatbuffers/README.chromium (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1Name: FlatBuffers
2Short Name: flatbuffers
3URL: https://github.com/google/flatbuffers
4Version: fb9afbafc7dfe226b9db54d4923bfb8839635274
5Date: 2024-07-01
6License: Apache 2.0
7License File: LICENSE
8Security Critical: yes
9Shipped: yes
10
11Description:
12FlatBuffers is an efficient cross platform serialization library for games and
13other memory constrained apps. It allows you to directly access serialized data
14without unpacking/parsing it first, while still having great forwards/backwards
15compatibility.
16