mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
20 lines
355 B
JSON
20 lines
355 B
JSON
{
|
|
"name": "v8",
|
|
"version-string": "9.1.269.39",
|
|
"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"
|
|
]
|
|
}
|