1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
{
"name": "kenlm",
"version": "20230531",
"port-version": 1,
"description": "KenLM: Faster and Smaller Language Model Queries",
"license": null,
"supports": "!(arm64 & windows)",
"dependencies": [
"boost-interprocess",
"boost-program-options",
"boost-ptr-container",
"boost-system",
"boost-test",
"boost-thread",
"bzip2",
"double-conversion",
"liblzma",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
],
"features": {
"interpolate": {
"description": "Build interpolation program",
"supports": "!windows",
"dependencies": [
"eigen3"
]
}
}
}
|