summaryrefslogtreecommitdiff
path: root/homebrew/mmix/.beer
blob: af1e4ea5d9e42bf87f2eb39aa60507c68d41838e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Mmix",
    "description": "64-bit RISC architecture designed by Donald Knuth",
    "url": "http://mmix.cs.hm.edu/src/mmix-20160804.tgz",
    "mirror": null,
    "homepage": "http://mmix.cs.hm.edu/",
    "depends": [
        {
            "depend": "cweb",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "system \"make\", \"all\"",
        "bin.install \"mmix\", \"mmixal\", \"mmmix\", \"mmotype\""
    ],
    "version": "20160804",
    "file": "mmix.rb"
}