summaryrefslogtreecommitdiff
path: root/morph-cache-server.morph
blob: 7de2c16ffea6a18ad0ace6939db784c953296203 (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
{
    "name": "morph-cache-server",
    "description": "The unique components that are required for a morph cache server.",
    "kind": "stratum",
    "chunks": [
        {
            "name": "git",
            "repo": "upstream:git",
            "ref": "baserock/morph",
            "build-depends": []
        },
        {
            "name": "openssl",
            "repo": "upstream:openssl",
            "ref": "baserock/morph",
            "build-depends": []
        },
        {
            "name": "cpython",
            "repo": "upstream:cpython",
            "ref": "baserock/morph-2.7",
            "build-depends": ["openssl"]
        },
        {
            "name": "cliapp",
            "repo": "upstream:cliapp",
            "ref": "baserock/morph",
            "build-depends": ["cpython"]
        },
        {
            "name": "bottle",
            "repo": "github:defnull/bottle",
            "ref": "master",
            "build-depends": ["cpython"]
        },
        {
            "name": "morph-cache-server",
            "repo": "baserock:morph-cache-server",
            "ref": "master",
            "build-depends": ["cpython", "cliapp"]
        }
    ]
}