mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
a6f4a954bf
* update to 6.60 * add license field * use path from cmakelists, not the port name (which aren't necessarily the same) * fail cases are already listed in the supports field * add versions
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "xbyak",
|
|
"version": "6.60",
|
|
"description": "Xbyak is a JIT assembler for x86(IA-32)/x64(AMD64, x86-64).",
|
|
"homepage": "https://github.com/herumi/xbyak",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|