summaryrefslogtreecommitdiff
path: root/homebrew/ocaml/.beer
blob: 52a57bba15819dad1efd8085aad0b9c2647868d3 (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
{
    "name": "Ocaml",
    "description": "General purpose programming language in the ML family",
    "url": "https://caml.inria.fr/pub/distrib/ocaml-4.07/ocaml-4.07.1.tar.xz",
    "mirror": null,
    "homepage": "https://ocaml.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize ",
        "args = [",
        "\"-prefix\",",
        "HOMEBREW_PREFIX.to_s,",
        "\"-with-debug-runtime\",",
        "\"-mandir\",",
        "man.to_s,",
        "\"-no-graph\",",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"world.opt\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "4.07.1",
    "file": "ocaml.rb"
}