mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
7d677e1fb0
* [apache-datasketches] New port * update version database
18 lines
356 B
JSON
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
|
|
}
|
|
]
|
|
}
|