rapidfuzz-cpp 3.0.2-5 source package in Ubuntu

Changelog

rapidfuzz-cpp (3.0.2-5) unstable; urgency=medium

  * Only run tests when building arch package and build doc when building
    arch-indep package

 -- Julian Gilbey <email address hidden>  Mon, 22 Apr 2024 06:42:27 +0100

Upload details

Uploaded by:
Julian Gilbey
Uploaded to:
Sid
Original maintainer:
Julian Gilbey
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
rapidfuzz-cpp_3.0.2-5.dsc 2.8 KiB bef3518a7b613b37c98c2dc677a2a6276713cfd02485f95a94468cbccc53f712
rapidfuzz-cpp_3.0.2.orig.tar.gz 294.7 KiB 4fddce5c0368e78bd604c6b820e6be248d669754715e39b4a8a281bda4c06de1
rapidfuzz-cpp_3.0.2-5.debian.tar.xz 3.9 KiB 481dceeadb4cdacf2b2a07635b1cc6bc32974a74684f1c275d58195d55a34e64

Available diffs

No changes file available.

Binary packages built by this source

librapidfuzz-cpp-dev: Rapid fuzzy string matching library (C++ header files)

 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.
 .
 This package provides the C++ header files for RapidFuzz.

librapidfuzz-cpp-doc: Rapid fuzzy string matching library (C++ library documentation)

 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.
 .
 This package contains the RapidFuzz C++ library documentation in HTML format.