aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/unicorn/vcpkg.json
blob: c275fe3ba43e14c326a697de9baeffc27aaafa56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "unicorn",
  "version": "2.1.4",
  "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
    }
  ]
}