mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 05:09:07 +08:00
18 lines
381 B
JSON
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
|
||
|
}
|
||
|
]
|
||
|
}
|