mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
23 lines
741 B
JSON
23 lines
741 B
JSON
{
|
|
"homepage": "https://github.com/lexxmark/winflexbison",
|
|
"version": "2.5.22",
|
|
"license": "GPL-3.0-or-later",
|
|
"description": "A Windows port of Flex (the fast lexical analyser) and GNU Bison (parser generator).",
|
|
"url": "https://github.com/lexxmark/winflexbison/releases/download/v2.5.22/win_flex_bison-2.5.22.zip",
|
|
"hash": "2a9c4086ae425166133d56f529308f5bffe5c5df4fedca2c7962fb8663945c6b",
|
|
"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"
|
|
}
|
|
}
|