summaryrefslogtreecommitdiff
path: root/homebrew/neal/.beer
blob: 0a06d6830a5e5d9d731c4eb634c6d052abbfd579 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "name": "Neal",
    "description": "Analyzes source code based on user-specified rules written in a custom DSL",
    "url": "https://github.com/uber/NEAL/archive/v0.2.4.tar.gz",
    "mirror": null,
    "homepage": "https://uber.github.io/NEAL/",
    "depends": [
        {
            "depend": "camlp4",
            "build-depend": true
        },
        {
            "depend": "ocaml",
            "build-depend": true
        },
        {
            "depend": "ocaml-num",
            "build-depend": true
        },
        {
            "depend": "ocamlbuild",
            "build-depend": true
        },
        {
            "depend": "opam",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "opamroot = buildpath/\"opamroot\"",
        "opamroot.mkpath",
        "ENV[\"OPAMROOT\"] = opamroot",
        "ENV[\"OPAMYES\"] = \"1\"",
        "ENV[\"NATIVE\"] = \"1\"",
        "ENV[\"LIB_PATH\"] = lib",
        "ENV[\"BIN_PATH\"] = bin",
        "system \"opam\", \"init\", \"--no-setup\"",
        "system \"opam\", \"install\", \"ocamlfind\"",
        "system \"opam\", \"install\", \"--fake\", \"num\"",
        "system \"opam\", \"config\", \"exec\", \"--\", \"make\", \"brew\""
    ],
    "version": "0.2.4",
    "file": "neal.rb"
}