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

19 lines
366 B
JSON

{
"name": "h3",
"version-semver": "4.1.0",
"description": "A Hexagonal Hierarchical Geospatial Indexing System",
"homepage": "https://github.com/uber/h3",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}