aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/v8/vcpkg.json
blob: 3decc19f9bf9e3daa1ecc3f7bbc509b442f87539 (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
{
  "name": "v8",
  "version": "9.1.269.39",
  "port-version": 8,
  "description": "Google Chrome's JavaScript engine",
  "homepage": "https://v8.dev",
  "license": "BSD-3-Clause",
  "supports": "!(arm | arm64 | uwp | osx | linux)",
  "dependencies": [
    {
      "name": "glib",
      "platform": "linux"
    },
    "icu",
    {
      "name": "pthread",
      "platform": "linux"
    },
    {
      "name": "vcpkg-gn",
      "host": true
    },
    {
      "name": "vcpkg-tool-python2",
      "host": true
    },
    "zlib"
  ]
}