aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cunit/vcpkg.json
blob: 7857b54f7b5b97cf0a1a1117ab0def091f313a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cunit",
  "version": "2.1.3",
  "port-version": 8,
  "description": "CUnit is a lightweight system for writing, administering, and running unit tests in C.  It provides C programmers a basic testing functionality with a flexible variety of user interfaces",
  "homepage": "https://sourceforge.net/projects/cunit/",
  "license": "LGPL-2.0-only",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}