2022-10-27 04:36:13 +00:00

24 lines
787 B
JSON

{
"version": "22.10.26",
"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/v22.10.26/Windows.flatc.binary.zip",
"hash": "3868066aa60e352039038401400277e1665d8f19c49d803e6e5757c78dc075d1"
}
},
"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"
}
}
}
}