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

24 lines
477 B
JSON

{
"name": "qhull",
"version": "8.0.2",
"port-version": 5,
"description": "computes the convex hull, Delaunay triangulation, Voronoi diagram",
"homepage": "https://github.com/qhull/qhull",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Determines whether tools should be built"
}
}
}