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