aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ctbench/vcpkg.json
blob: fa12ba5ec4a9dfb32b417c48a8bc352caa7ea9c0 (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
{
  "name": "ctbench",
  "version": "1.3.4",
  "port-version": 2,
  "description": "Compiler-assisted variable size benchmarking for the study of C++ metaprogram compile times.",
  "homepage": "https://github.com/JPenuchot/ctbench",
  "documentation": "https://jpenuchot.github.io/ctbench-docs/",
  "license": "MIT",
  "supports": "!windows",
  "dependencies": [
    "boost-container",
    "boost-process",
    "fmt",
    {
      "name": "llvm",
      "default-features": false
    },
    "nlohmann-json",
    "sciplot",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}