vcpkg/ports/z3/vcpkg.json
2024-10-11 10:32:15 -04:00

19 lines
352 B
JSON

{
"name": "z3",
"version": "4.13.3",
"description": "Z3 is a theorem prover from Microsoft Research",
"homepage": "https://github.com/Z3Prover/z3",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}