File: control

package info (click to toggle)
golang-github-lithammer-fuzzysearch 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,603 bytes parent folder | download
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
Source: golang-github-lithammer-fuzzysearch
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Takuma Shibuya <shibuuuu5@gmail.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-text-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-lithammer-fuzzysearch
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-lithammer-fuzzysearch.git
Homepage: https://github.com/lithammer/fuzzysearch
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/lithammer/fuzzysearch

Package: golang-github-lithammer-fuzzysearch-dev
Architecture: all
Depends: golang-golang-x-text-dev,
         ${misc:Depends}
Description: FuzzySearch provides tiny and fast fuzzy search
 Fuzzy searching allows for flexibly matching a string with partial input,
 useful for filtering data very quickly based on lightweight user input
 .
 Inspired by bevacqua/fuzzysearch
 (https://github.com/bevacqua/fuzzysearch), a fuzzy
 matching library written in JavaScript. But contains
 some extras like ranking using Levenshtein distance
 (http://en.wikipedia.org/wiki/Levenshtein_distance) (see RankMatch()
 (https://godoc.org/github.com/lithammer/fuzzysearch/fuzzy#RankMatch))
 and finding matches in a list of words (see Find()
 (https://godoc.org/github.com/lithammer/fuzzysearch/fuzzy#Find)).
 .
 The current implementation uses the algorithm suggested by Mr. Aleph,
 a Russian compiler engineer working at V8