• Home
Name Date Size #Lines LOC

..--

generated/tests/04-Jul-2025-1,5041,346

BUILD.gnD04-Jul-20259.6 KiB293270

DEPSD04-Jul-2025111 54

DIR_METADATAD04-Jul-202599 76

LICENSED04-Jul-202511.1 KiB203169

OWNERSD04-Jul-202564 43

README.chromiumD04-Jul-2025498 1614

flatbuffer.gniD04-Jul-20254.1 KiB151128

README.chromium

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