vcpkg/ports/unicorn/vcpkg.json
2024-12-17 15:10:21 -05:00

15 lines
356 B
JSON

{
"name": "unicorn",
"version": "2.1.1",
"description": "Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework",
"homepage": "https://github.com/unicorn-engine/unicorn",
"license": "GPL-2.0-only",
"supports": "!(arm & windows)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}