File: control

package info (click to toggle)
golang-github-sahilm-fuzzy 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,144 kB
  • sloc: makefile: 44
file content (29 lines) | stat: -rw-r--r-- 1,300 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
Source: golang-github-sahilm-fuzzy
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Meskes <meskes@debian.org>, Arthur Diniz <arthurbdiniz@gmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-kylelemons-godebug-dev
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/sahilm/fuzzy
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sahilm-fuzzy
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sahilm-fuzzy.git
XS-Go-Import-Path: github.com/sahilm/fuzzy
Testsuite: autopkgtest-pkg-go

Package: golang-github-sahilm-fuzzy-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-kylelemons-godebug-dev
Multi-Arch: foreign
Description: Go library for fuzzy string matching
 Go library that provides fuzzy string matching optimized for filenames
 and code symbols in the style of Sublime Text, VSCode, IntelliJ IDEA et
 al. This library is external dependency-free. It only depends on the Go
 standard library.  Demo Here is a demo (_example/main.go) of matching
 various patterns against ~16K files from the Unreal Engine 4 codebase.