16 lines
327 B
YAML
16 lines
327 B
YAML
name: rapidfuzz-cpp
|
|
description: Rapid fuzzy string matching in C++ using the Levenshtein Distance
|
|
version: 3.3.3
|
|
revision: 2
|
|
url: https://github.com/rapidfuzz/rapidfuzz-cpp
|
|
license: MIT
|
|
maintainers:
|
|
- [email protected]
|
|
architecture: any
|
|
output_architecture: any
|
|
type: source
|
|
depends:
|
|
- cmake
|
|
make_depends:
|
|
- catch2
|