aboutsummaryrefslogtreecommitdiff
path: root/ports/munit/vcpkg.json
blob: ca60d49b7040bc0b4e94ec7663985d30fb2e5f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "munit",
  "version-string": "2019-04-06",
  "port-version": 2,
  "description": "A small but full-featured unit testing framework for C",
  "homepage": "https://github.com/nemequ/munit",
  "supports": "!(arm | arm64 | uwp)",
  "dependencies": [
    "tool-meson"
  ]
}