mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
23 lines
741 B
JSON
23 lines
741 B
JSON
{
|
|
"version": "2.5.25",
|
|
"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.25/win_flex_bison-2.5.25.zip",
|
|
"hash": "8d324b62be33604b2c45ad1dd34ab93d722534448f55a16ca7292de32b6ac135",
|
|
"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"
|
|
}
|
|
}
|