mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 22:08:06 +08:00
1a66c32c6f
Co-authored-by: Cheney-Wang <850426846@qq.com>
22 lines
610 B
JSON
22 lines
610 B
JSON
{
|
|
"name": "flatbuffers",
|
|
"version": "24.12.23",
|
|
"description": "FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.",
|
|
"homepage": "https://google.github.io/flatbuffers/",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "flatbuffers",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|