vcpkg/ports/ltla-cppkmeans/vcpkg.json
2023-05-13 12:45:36 -07:00

20 lines
391 B
JSON

{
"name": "ltla-cppkmeans",
"version-date": "2023-03-20",
"description": "C++ port of R's Hartigan-Wong implementation",
"homepage": "https://github.com/LTLA/CppKmeans",
"license": "MIT",
"dependencies": [
"ltla-aarand",
"ltla-powerit",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}