vcpkg/ports/rapidfuzz/vcpkg.json
2022-10-09 14:00:18 -07:00

18 lines
381 B
JSON

{
"name": "rapidfuzz",
"version": "1.8.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
}
]
}