vcpkg/ports/libsvm/vcpkg.json
2024-10-07 15:07:37 -04:00

23 lines
431 B
JSON

{
"name": "libsvm",
"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": {
"description": "build libsvm CLI tools.",
"supports": "!uwp"
}
}
}