18 lines
384 B
JSON
Executable file
18 lines
384 B
JSON
Executable file
{
|
|
"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
|
|
}
|
|
]
|
|
}
|