mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:28:59 +08:00
21 lines
376 B
JSON
21 lines
376 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|