summaryrefslogtreecommitdiff
path: root/homebrew/compcert/.beer
blob: 1b36f2c61a6c7d53fccbe838c2f7e27a29338a08 (plain)
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
26
27
28
29
30
31
32
{
    "name": "Compcert",
    "description": "Formally verified C compiler",
    "url": "https://github.com/AbsInt/CompCert/archive/v3.5.tar.gz",
    "mirror": null,
    "homepage": "http://compcert.inria.fr",
    "depends": [
        {
            "depend": "coq",
            "build-depend": true
        },
        {
            "depend": "menhir",
            "build-depend": true
        },
        {
            "depend": "ocaml",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"-prefix\", prefix, \"x86_64-macosx\",",
        "\"-ignore-coq-version\"",
        "system \"make\", \"all\"",
        "system \"make\", \"install\""
    ],
    "version": "3.5",
    "file": "compcert.rb"
}