vcpkg/ports/apache-datasketches/vcpkg.json
Weihang Ding 7d677e1fb0
[apache-datasketches] New port (#32786)
* [apache-datasketches] New port

* update version database
2023-07-31 11:47:57 -07:00

18 lines
356 B
JSON

{
"name": "apache-datasketches",
"version": "4.1.0",
"description": "Apache DataSketches Core C++ Library Component.",
"homepage": "https://datasketches.apache.org/",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}