pineapple-src/externals/vcpkg/ports/crfsuite/vcpkg.json
2022-07-23 03:01:36 +02:00

15 lines
375 B
JSON
Executable file

{
"name": "crfsuite",
"version-date": "2020-08-27",
"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
}
]
}