mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
23 lines
431 B
JSON
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"
|
|
}
|
|
}
|
|
}
|