vcpkg/ports/libsvm/vcpkg.json

24 lines
452 B
JSON
Raw Normal View History

{
"name": "libsvm",
"version": "3.32",
2024-07-10 01:19:43 +08:00
"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": {
2023-09-14 07:28:01 +08:00
"description": "build libsvm CLI tools.",
"supports": "!uwp"
}
}
}