aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/luajit/vcpkg.json
blob: 1c83e57729b103c61fa22e144a286b3848e016c5 (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
48
49
{
  "name": "luajit",
  "version-date": "2023-01-04",
  "port-version": 7,
  "description": "LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.",
  "homepage": "https://github.com/LuaJIT/LuaJIT",
  "license": "MIT",
  "supports": "!uwp & !(arm64 & windows)",
  "dependencies": [
    {
      "name": "luajit",
      "host": true,
      "features": [
        "buildvm-64"
      ],
      "platform": "!native & (arm64 | x64) & (!windows | mingw)"
    },
    {
      "name": "luajit",
      "host": true,
      "features": [
        "buildvm-32"
      ],
      "platform": "!native & ((arm & !arm64) | x86) & (!windows | mingw)"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    }
  ],
  "features": {
    "buildvm-32": {
      "description": "Install host tools for 32 bit targets",
      "supports": "native & ((arm & !arm64) | x86) & (!windows | mingw)"
    },
    "buildvm-64": {
      "description": "Install host tools for 64 bit targets",
      "supports": "native & (arm64 | x64) & (!windows | mingw)"
    }
  }
}