ScoopInstaller_Main/bucket/winflexbison.json
2021-01-06 06:46:44 +01:00

23 lines
741 B
JSON

{
"version": "2.5.24",
"description": "A Windows port of Flex (the fast lexical analyser) and GNU Bison (parser generator).",
"homepage": "https://github.com/lexxmark/winflexbison",
"license": "GPL-3.0-or-later",
"url": "https://github.com/lexxmark/winflexbison/releases/download/v2.5.24/win_flex_bison-2.5.24.zip",
"hash": "39c6086ce211d5415500acc5ed2d8939861ca1696aee48909c7f6daf5122b505",
"bin": [
[
"win_bison.exe",
"bison"
],
[
"win_flex.exe",
"flex"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/lexxmark/winflexbison/releases/download/v$version/win_flex_bison-$version.zip"
}
}