rapidfuzz-cpp 3.0.2-3 source package in Ubuntu

Changelog

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

  * Switch to arch: any, as the generated CMake* files are different on
    32- and 64-bit architectures

 -- Julian Gilbey <email address hidden>  Fri, 19 Apr 2024 10:52:18 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
rapidfuzz-cpp_3.0.2-3.dsc 2.7 KiB 062d8658add91aa7c963da1b42f827c4f607e2dfbfcd7cd5c72c304b3ab16e6c
rapidfuzz-cpp_3.0.2.orig.tar.gz 294.7 KiB 4fddce5c0368e78bd604c6b820e6be248d669754715e39b4a8a281bda4c06de1
rapidfuzz-cpp_3.0.2-3.debian.tar.xz 3.8 KiB 8b789b415b3354aca37b0cf614e46e692d30cbcdfa5e4663111204398003d65e

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.