2023-05-27 00:34:03 +00:00

24 lines
785 B
JSON

{
"version": "23.5.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/v23.5.26/Windows.flatc.binary.zip",
"hash": "9299f603ddf073227210b26ea6ac8aa2e42f2ef8970da9371103551a4961f64a"
}
},
"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"
}
}
}
}