mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
23 lines
741 B
JSON
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"
|
|
}
|
|
}
|