vcpkg/ports/apache-datasketches/vcpkg.json

18 lines
356 B
JSON

{
"name": "apache-datasketches",
"version": "5.0.2",
"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
}
]
}