vcpkg/ports/bddisasm/vcpkg.json

21 lines
543 B
JSON
Raw Permalink Normal View History

{
"name": "bddisasm",
2024-08-17 17:01:24 +08:00
"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
}
]
}