vcpkg/ports/kenlm/vcpkg.json

38 lines
729 B
JSON
Raw Normal View History

2020-10-21 02:31:46 +08:00
{
"name": "kenlm",
"version": "20230531",
2024-01-04 09:33:26 +08:00
"port-version": 1,
2020-10-21 02:31:46 +08:00
"description": "KenLM: Faster and Smaller Language Model Queries",
2024-01-04 09:33:26 +08:00
"license": null,
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",
2024-01-04 09:33:26 +08:00
"double-conversion",
2020-10-21 02:31:46 +08:00
"liblzma",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
2020-10-21 02:31:46 +08:00
"zlib"
],
"features": {
"interpolate": {
"description": "Build interpolation program",
"supports": "!windows",
2020-10-21 02:31:46 +08:00
"dependencies": [
2024-01-04 09:33:26 +08:00
"eigen3"
2020-10-21 02:31:46 +08:00
]
}
}
}