mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:59:01 +08:00
11 lines
463 B
JSON
11 lines
463 B
JSON
|
{
|
||
|
"name": "flatbuffers",
|
||
|
"version-string": "2.0.0",
|
||
|
"port-version": 1,
|
||
|
"description": [
|
||
|
"Memory Efficient Serialization Library",
|
||
|
"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."
|
||
|
],
|
||
|
"homepage": "https://google.github.io/flatbuffers/"
|
||
|
}
|