vcpkg/ports/ctbench/vcpkg.json

30 lines
655 B
JSON
Raw Normal View History

2023-07-18 04:08:24 +08:00
{
"name": "ctbench",
2024-09-04 03:00:24 +08:00
"version": "1.3.4",
"port-version": 1,
2023-07-18 04:08:24 +08:00
"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
}
]
}