mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:59:01 +08:00
18 lines
343 B
JSON
18 lines
343 B
JSON
|
{
|
||
|
"name": "liblinear",
|
||
|
"version-string": "243",
|
||
|
"description": "A Library for Large Linear Classification",
|
||
|
"homepage": "https://github.com/cjlin1/liblinear",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|