vcpkg/ports/ltla-umappp/vcpkg.json

21 lines
395 B
JSON
Raw Normal View History

2023-05-14 03:45:36 +08:00
{
"name": "ltla-umappp",
"version-date": "2023-05-11",
"description": "UMAP C++ implementation",
"homepage": "https://github.com/LTLA/umappp",
"license": "BSD-2-Clause",
"dependencies": [
"ltla-aarand",
"ltla-cppirlba",
"ltla-knncolle",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}