mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
4c21df20b2
* [zydis] hardcode static usage * v db
20 lines
367 B
JSON
20 lines
367 B
JSON
{
|
|
"name": "zydis",
|
|
"version-semver": "4.0.0",
|
|
"port-version": 1,
|
|
"description": "Fast and lightweight x86/x86-64 disassembler library.",
|
|
"homepage": "https://zydis.re",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zycore"
|
|
]
|
|
}
|