2021-03-11 04:02:20 +08:00
|
|
|
{
|
|
|
|
"name": "libsvm",
|
2023-10-18 01:38:18 +08:00
|
|
|
"version": "3.32",
|
2024-07-10 01:19:43 +08:00
|
|
|
"port-version": 1,
|
2021-03-11 04:02:20 +08:00
|
|
|
"description": "A library for Support Vector Machines.",
|
|
|
|
"homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/",
|
2021-10-12 11:21:49 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-03-11 04:02:20 +08:00
|
|
|
"features": {
|
|
|
|
"tools": {
|
2023-09-14 07:28:01 +08:00
|
|
|
"description": "build libsvm CLI tools.",
|
|
|
|
"supports": "!uwp"
|
2021-03-11 04:02:20 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|