1Name: FlatBuffers 2Short Name: flatbuffers 3URL: https://github.com/google/flatbuffers 4Version: 28861d1d7d5ec6ce34d4bbdc10bec4aace341167 5Date: 2023/06/22 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