21 lines
554 B
JSON
Executable file
21 lines
554 B
JSON
Executable file
{
|
|
"name": "bddisasm",
|
|
"version": "1.34.7",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|