mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 11:29:00 +08:00
26 lines
511 B
JSON
26 lines
511 B
JSON
|
{
|
||
|
"name": "flashlight-text",
|
||
|
"version": "0.0.4",
|
||
|
"description": "Flashlight Text is a library for tokenization, beam search, and text processing.",
|
||
|
"homepage": "https://github.com/flashlight/text",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
],
|
||
|
"features": {
|
||
|
"kenlm": {
|
||
|
"description": "Build with KenLM",
|
||
|
"dependencies": [
|
||
|
"kenlm"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|