aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/chakracore/vcpkg.json
blob: c3a25331c612b2bd25873bed8d550df57ce5fdf8 (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": "chakracore",
  "version-date": "2022-11-09",
  "port-version": 7,
  "description": "Core part of the Chakra Javascript engine",
  "homepage": "https://github.com/Microsoft/ChakraCore",
  "license": "MIT",
  "supports": "!osx & !uwp & (linux | !static)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "features": [
        "pkg-config"
      ],
      "platform": "windows"
    }
  ]
}