aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zix/vcpkg.json
blob: 780ae1f30edd258037f2e867c83095eda661c409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "zix",
  "version": "0.6.2",
  "description": "Zix is a lightweight C library of portability wrappers and data structures.",
  "homepage": "https://github.com/drobilla/zix",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}