ScoopInstaller_Main/bucket/winflexbison.json
issaclin32 f65d2549ec Add bison, byacc, btyacc (from GNUWin32) and winflexbison (#229)
* add bison version 2.4.1
* add byacc version 1.9-1
* add btyacc version 3.0
* add winflexbison version 2.5.18
2019-07-10 16:34:42 +02:00

23 lines
741 B
JSON

{
"homepage": "https://github.com/lexxmark/winflexbison",
"version": "2.5.18",
"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.18/win_flex_bison-2.5.18.zip",
"hash": "095cf65cb3f12ee5888022f93109acbe6264e5f18f6ffce0bda77feb31b65bd8",
"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"
}
}