mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
* feat: library definition for PlatformIO * Update library.json version with release.sh --------- Co-authored-by: Flávio Zanoni <flaviozg888@gmail.com>
27 lines
719 B
JSON
27 lines
719 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.9.23",
|
|
"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": "-<*>"
|
|
}
|
|
}
|
|
|
|
|