mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 16:17:13 +08:00
a317017c00
* [capstone] update to 5.0.1 * [capstone] update to 5.0.1
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "capstone",
|
|
"version": "5.0.1",
|
|
"description": "Multi-architecture disassembly framework",
|
|
"homepage": "https://github.com/capstone-engine/capstone",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"arm": {
|
|
"description": "Capstone disassembly support for ARM"
|
|
},
|
|
"arm64": {
|
|
"description": "Capstone disassembly support for ARM64"
|
|
},
|
|
"diet": {
|
|
"description": "Build Capstone in diet mode (reduced features for smaller size)"
|
|
},
|
|
"evm": {
|
|
"description": "Capstone disassembly support for EVM"
|
|
},
|
|
"m680x": {
|
|
"description": "Capstone disassembly support for M680X"
|
|
},
|
|
"m68k": {
|
|
"description": "Capstone disassembly support for M68k"
|
|
},
|
|
"mips": {
|
|
"description": "Capstone disassembly support for MIPS"
|
|
},
|
|
"ppc": {
|
|
"description": "Capstone disassembly support for PowerPC"
|
|
},
|
|
"sparc": {
|
|
"description": "Capstone disassembly support for SPARC"
|
|
},
|
|
"sysz": {
|
|
"description": "Capstone disassembly support for SysZ"
|
|
},
|
|
"tms320c64x": {
|
|
"description": "Capstone disassembly support for TMS320C64X"
|
|
},
|
|
"x86": {
|
|
"description": "Capstone disassembly support for x86"
|
|
},
|
|
"xcore": {
|
|
"description": "Capstone disassembly support for XCore"
|
|
}
|
|
}
|
|
}
|