summaryrefslogtreecommitdiff
path: root/core/pkg/luajit.pkg/manifest.json
blob: 2043e853db4aa2e7139c920af782fe1f003eac83 (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
{
    "format":
    {
        "name":         "The TBOOX Package Format"
    ,   "version":      "v1.0.1"
    ,   "website":      "http://www.tboox.org"
    }

,   "package":
    {
        "name":         "The Luajit Library"
    }

,   "compiler": 
    {
        "default":
        {
            "debug":
            {
                "libs":         "luajit"
            }
        ,   "release":          "$.compiler.default.debug"
        }

    ,   "mac" :
        {
            "x64":      "$.compiler.default"
        }

    ,   "linux" :
        {
            "x64":      "$.compiler.default"
        ,   "x86":      "$.compiler.default"
        }

    ,   "msvc" :
        {
            "x86":      "$.compiler.default"
        }
    }
}