1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "ReFlex",
"description": "The regex-centric, fast and flexible scanner generator for C++",
"url": "https://github.com/Genivia/RE-flex/archive/v1.1.2.tar.gz",
"mirror": null,
"homepage": "https://www.genivia.com/doc/reflex/html",
"depends": [
{
"depend": "boost",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--disable-silent-rules\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "1.1.2",
"file": "re-flex.rb"
}
|