18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"name": "bext-ut",
|
|
"version": "2.0.1",
|
|
"description": "C++ single header/single module, macro-free μ(micro)/Unit Testing Framework.",
|
|
"homepage": "https://github.com/boost-ext/ut",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|