1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: rapidfuzz-cpp
Section: libs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: catch2 <!nocheck>,
cmake
Build-Depends-Indep: doxygen,
graphviz,
texlive-binaries
Standards-Version: 4.7.2
Homepage: https://github.com/maxbachmann/RapidFuzz
Vcs-Browser: https://salsa.debian.org/python-team/packages/rapidfuzz-cpp
Vcs-Git: https://salsa.debian.org/python-team/packages/rapidfuzz-cpp.git
Rules-Requires-Root: no
Description: Rapid fuzzy string matching library
RapidFuzz is a fast string matching library for Python and C++,
providing Levenshtein and other distances. This is similar to the
functionality of the python3-fuzzywuzzy package. There are a few
significant differences between these packages:
.
1) RapidFuzz is MIT licensed.
2) RapidFuzz provides many string metrics, such as Hamming and Jaro-Winkler,
which are not included in FuzzyWuzzy.
3) RapidFuzz is mostly written in C++, and has further algorithmic
improvements to make string matching even faster.
4) RapidFuzz fixes multiple bugs in the `partial_ratio` implementation.
Package: librapidfuzz-cpp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: ${source:Synopsis} (C++ header files)
${source:Extended-Description}
.
This package provides the C++ header files for RapidFuzz.
Package: librapidfuzz-cpp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: librapidfuzz-cpp-dev
Description: ${source:Synopsis} (C++ library documentation)
${source:Extended-Description}
.
This package contains the RapidFuzz C++ library documentation in HTML format.
Build-Profiles: <!nodoc>
|