2023-01-22 00:33:09 +00:00

24 lines
785 B
JSON

{
"version": "23.1.21",
"description": "An efficient serialization library for multiple languages",
"homepage": "https://google.github.io/flatbuffers/index.html",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/google/flatbuffers/releases/download/v23.1.21/Windows.flatc.binary.zip",
"hash": "294c0eda21030b6171ceddae79f54dd1fae05c085edab2922ea0e4b709058b60"
}
},
"bin": "flatc.exe",
"checkver": {
"github": "https://github.com/google/flatbuffers"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/google/flatbuffers/releases/download/v$version/Windows.flatc.binary.zip"
}
}
}
}