vcpkg/ports/ctbench/vcpkg.json
2023-07-17 13:08:24 -07:00

29 lines
634 B
JSON

{
"name": "ctbench",
"version": "1.3.3",
"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
}
]
}