aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/crfsuite/vcpkg.json
blob: bfb71241242e845fb572900fdc1f229f2e7e33f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "crfsuite",
  "version-date": "2020-08-27",
  "port-version": 1,
  "description": "CRFSuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data.",
  "homepage": "https://www.chokkan.org/software/crfsuite/",
  "license": null,
  "supports": "!uwp",
  "dependencies": [
    "liblbfgs",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}