mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
20 lines
391 B
JSON
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
|
|
}
|
|
]
|
|
}
|