vcpkg/ports/ltla-cppkmeans/vcpkg.json

20 lines
391 B
JSON
Raw Normal View History

2023-05-14 03:45:36 +08:00
{
"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
}
]
}