mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 14:39:01 +08:00
df51b93304
* [chakracore] Update port * add version * . * remove obsolete funcs * . * more tools * . * remove obsolete code * ad ver * remove excess lib * remove excess lib * . * fix win32 * happy new year bonchEquipment and valitovaa * update * fix * fix * addver * fix-plat * .
19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"name": "chakracore",
|
|
"version-date": "2022-11-09",
|
|
"description": "Core part of the Chakra Javascript engine",
|
|
"homepage": "https://github.com/Microsoft/ChakraCore",
|
|
"license": "MIT",
|
|
"supports": "!osx & !uwp & (linux | (!static & !staticcrt))",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|