vcpkg/ports/crfsuite/vcpkg.json
2024-06-11 13:26:30 -07:00

17 lines
396 B
JSON

{
"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
}
]
}