forked from google/flatbuffers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
26 lines (24 loc) · 720 Bytes
/
library.json
File metadata and controls
26 lines (24 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"_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": "-<*>"
}
}