vcpkg/ports/bddisasm/vcpkg.json
2024-08-17 02:01:24 -07:00

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
}
]
}