zeek/auxil/vcpkg/ports/rexo/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

17 lines
358 B
JSON

{
"name": "rexo",
"version-semver": "0.2.2",
"description": "Rexo is a neat single-file cross-platform unit testing framework for C/C++",
"homepage": "https://github.com/christophercrouzet/rexo",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}