vcpkg/ports/libsvm/vcpkg.json
2024-07-09 13:19:43 -04:00

24 lines
452 B
JSON

{
"name": "libsvm",
"version": "3.32",
"port-version": 1,
"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"
}
}
}