mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
27 lines
720 B
JSON
27 lines
720 B
JSON
{
|
|
"_comment": "This file is used by PlatformIO to get the information it needs to use FlatBuffers as a dependency for a project.",
|
|
"name": "flatbuffers",
|
|
"version": "25.12.19",
|
|
"description": "FlatBuffers is a cross platform serialization library architected for maximum memory efficiency",
|
|
"keywords": "FlatBuffers, serialization",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/google/flatbuffers"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "The FlatBuffers project",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"license": "Apache-2.0",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"build": {
|
|
"includeDir": "include",
|
|
"srcFilter": "-<*>"
|
|
}
|
|
}
|
|
|
|
|