vcpkg/ports/rapidfuzz/vcpkg.json
2023-08-29 00:16:54 -07:00

18 lines
381 B
JSON

{
"name": "rapidfuzz",
"version": "2.0.0",
"description": "Rapid fuzzy string matching library for C++17 using the Levenshtein Distance.",
"homepage": "https://github.com/maxbachmann/rapidfuzz-cpp",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}