mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:29:00 +08:00
21 lines
543 B
JSON
21 lines
543 B
JSON
{
|
|
"name": "bddisasm",
|
|
"version": "2.1.5",
|
|
"maintainers": "Cristi Anichitei <ianichitei@bitdefender.com>",
|
|
"description": "bddisasm is a fast, lightweight, x86/x64 instruction decoder and emulator.",
|
|
"homepage": "https://github.com/bitdefender/bddisasm",
|
|
"documentation": "https://bddisasm.readthedocs.io/en/latest/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!osx & !android",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|