aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/asmjit/vcpkg.json
blob: a975123e07f43e5b13052e9d1ebc80988edd0b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "asmjit",
  "version-date": "2025-01-22",
  "description": "AsmJit is a lightweight library for machine code generation written in C++ language",
  "homepage": "https://asmjit.com/",
  "documentation": "https://asmjit.com/doc/",
  "license": "Zlib",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}