mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:31:27 +08:00
6655f1497e
* Update bddisasm to 1.34.10 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
21 lines
534 B
JSON
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
|
|
}
|
|
]
|
|
}
|