vcpkg/ports/bddisasm/vcpkg.json
chausner 6655f1497e
[bddisasm] Update to 1.34.10 (#29183)
* Update bddisasm to 1.34.10

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:01 -08:00

21 lines
534 B
JSON

{
"name": "bddisasm",
"version": "1.34.10",
"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": "!arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}