2020-10-21 02:31:46 +08:00
|
|
|
{
|
|
|
|
"name": "kenlm",
|
2023-06-08 00:34:22 +08:00
|
|
|
"version": "20230531",
|
2020-10-21 02:31:46 +08:00
|
|
|
"description": "KenLM: Faster and Smaller Language Model Queries",
|
2023-06-08 00:34:22 +08:00
|
|
|
"license": "LGPL-2.1",
|
2020-10-21 02:31:46 +08:00
|
|
|
"supports": "!(arm64 & windows)",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-interprocess",
|
|
|
|
"boost-program-options",
|
|
|
|
"boost-ptr-container",
|
|
|
|
"boost-system",
|
|
|
|
"boost-test",
|
|
|
|
"boost-thread",
|
|
|
|
"bzip2",
|
|
|
|
"liblzma",
|
2023-04-14 00:13:15 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
2023-06-08 00:34:22 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2020-10-21 02:31:46 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"interpolate": {
|
|
|
|
"description": "Build interpolation program",
|
2023-04-27 12:05:37 +08:00
|
|
|
"supports": "!windows",
|
2020-10-21 02:31:46 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "eigen3",
|
|
|
|
"platform": "!windows"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|