vcpkg/ports/libsvm/vcpkg.json

23 lines
431 B
JSON
Raw Normal View History

{
"name": "libsvm",
2024-10-08 03:07:37 +08:00
"version": "3.35",
"description": "A library for Support Vector Machines.",
"homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
2023-09-14 07:28:01 +08:00
"description": "build libsvm CLI tools.",
"supports": "!uwp"
}
}
}