0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/third_party/flatbuffers
2018-07-04 16:43:08 -04:00
..
BUILD.gn Replace protobufs with flatbuffers 2018-07-04 16:43:08 -04:00
flatbuffer.gni Replace protobufs with flatbuffers 2018-07-04 16:43:08 -04:00
LICENSE Replace protobufs with flatbuffers 2018-07-04 16:43:08 -04:00
OWNERS Replace protobufs with flatbuffers 2018-07-04 16:43:08 -04:00
README.chromium Replace protobufs with flatbuffers 2018-07-04 16:43:08 -04:00
ts_flatbuffer.gni Replace protobufs with flatbuffers 2018-07-04 16:43:08 -04:00

Name: FlatBuffers
Short Name: flatbuffers
URL: https://github.com/google/flatbuffers
Version: 01c50d57a67a52ee3cddd81b54d4647e9123a290
Date: 2017-06-05
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.