2024-12-24 00:35:17 +00:00

24 lines
787 B
JSON

{
"version": "24.12.23",
"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/v24.12.23/Windows.flatc.binary.zip",
"hash": "150d71aa2faaf8eb225193c578789fb60499106b83ad5a30e920fa3e003af6b6"
}
},
"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"
}
}
}
}