aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-process/vcpkg.json
blob: 84dd98d52064f782becc08e33ecdad45889dfe1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "boost-process",
  "version": "1.77.0",
  "port-version": 2,
  "description": "Boost process module",
  "homepage": "https://github.com/boostorg/process",
  "supports": "!emscripten",
  "dependencies": [
    "boost-algorithm",
    {
      "name": "boost-asio",
      "platform": "!emscripten"
    },
    "boost-config",
    "boost-core",
    {
      "name": "boost-filesystem",
      "platform": "!uwp"
    },
    "boost-fusion",
    "boost-iterator",
    "boost-move",
    "boost-optional",
    "boost-system",
    "boost-tokenizer",
    "boost-type-index",
    "boost-vcpkg-helpers",
    "boost-winapi"
  ]
}