1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "Caf",
"description": "Implementation of the Actor Model for C++",
"url": "https://github.com/actor-framework/actor-framework/archive/0.16.3.tar.gz",
"mirror": null,
"homepage": "https://actor-framework.org/",
"depends": [
{
"depend": "cmake",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\", \"--no-examples\",",
"\"--build-static\", \"--no-opencl\"",
"system \"make\", \"--directory=build\"",
"system \"make\", \"--directory=build\", \"test\"",
"system \"make\", \"--directory=build\", \"install\""
],
"version": "0.16.3",
"file": "caf.rb"
}
|