aboutsummaryrefslogtreecommitdiff
path: root/ports/v8/vcpkg.json
blob: 54a25d578610da6fd47d2d841fe1a9421879670e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "v8",
  "version-string": "9.0.257.17",
  "port-version": 1,
  "description": "Google Chrome's JavaScript engine",
  "homepage": "https://v8.dev",
  "supports": "!(arm | arm64 | uwp | osx)",
  "dependencies": [
    {
      "name": "glib",
      "platform": "linux"
    },
    "icu",
    {
      "name": "pthread",
      "platform": "linux"
    },
    "zlib"
  ]
}