README.chromium 485 B

1234567891011121314
  1. Name: FlatBuffers
  2. Short Name: flatbuffers
  3. URL: https://github.com/google/flatbuffers
  4. Version: 0fe13cb28ce5a3fb81f654b21cb37c9821194962
  5. Date: 2022-05-10
  6. License: Apache 2.0
  7. License File: LICENSE
  8. Security Critical: yes
  9. Description:
  10. FlatBuffers is an efficient cross platform serialization library for games and
  11. other memory constrained apps. It allows you to directly access serialized data
  12. without unpacking/parsing it first, while still having great forwards/backwards
  13. compatibility.