aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/bddisasm/vcpkg.json
blob: 964e8c9fd38c7a8b82234af121847dd49139cdb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "bddisasm",
  "version": "2.2.0",
  "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": "!osx & !android",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}