mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
054637a2ae
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
30 lines
655 B
JSON
30 lines
655 B
JSON
{
|
|
"name": "ctbench",
|
|
"version": "1.3.4",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|