mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:28:26 +08:00
15 lines
356 B
JSON
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
|
|
}
|
|
]
|
|
}
|