aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/flashlight-text/vcpkg.json
blob: 39fdad28bb2a69c9b05cb611ee6875cf17af064a (plain)
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
{
  "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"
      ]
    }
  }
}