aboutsummaryrefslogtreecommitdiff
path: root/ports/reproc/vcpkg.json
blob: b0530b3e7ed46b2d277c1327c34725e574a93e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "reproc",
  "version": "14.2.3",
  "description": "Cross-platform (C99/C++11) process library",
  "homepage": "https://github.com/DaanDeMeyer/reproc",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}