vcpkg/ports/crfsuite/vcpkg.json

12 lines
316 B
JSON
Raw Normal View History

{
"name": "crfsuite",
"version-date": "2019-07-21",
"port-version": 3,
"description": "CRFSuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data.",
"homepage": "https://www.chokkan.org/software/crfsuite/",
"supports": "!uwp",
"dependencies": [
"liblbfgs"
]
}