mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:19:00 +08:00
fbc1e4178a
* [libmupdf/liblinear/libkeyfinder] Update to latest version * update version * update vcpkg.json format * update version
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
|
|
}
|
|
]
|
|
}
|