ScoopInstaller_Main/bucket/winflexbison.json
2019-09-13 08:00:16 +00:00

23 lines
741 B
JSON

{
"homepage": "https://github.com/lexxmark/winflexbison",
"version": "2.5.19",
"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.19/win_flex_bison-2.5.19.zip",
"hash": "6f334206e7a35f8c22c694e71f8f08efff93043c0dd63776825927a52afeadaa",
"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"
}
}