vcpkg/ports/rapidfuzz/vcpkg.json
2024-11-18 21:42:43 -08:00

18 lines
381 B
JSON

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