golang-github-xrash-smetrics 0.0~git20201216.039620a-1 source package in Ubuntu
Changelog
golang-github-xrash-smetrics (0.0~git20201216.039620a-1) unstable; urgency=medium * Team upload. [ Debian Janitor ] * Apply multi-arch hints. [ Anthony Fok ] * debian/gbp.conf: Set debian-branch to debian/sid for DEP-14 conformance * Set debian/watch to track Git HEAD * New upstream version 0.0~git20201216.039620a * Change Section from devel to golang * Use dh-sequence-golang instead of dh-golang and --with=golang * Bump Standards-Version to 4.6.0 (no change) * Add "Rules-Requires-Root: no" to debian/control * Include full name of copyright holder in debian/copyright * Add "--builddirectory=_build" to dh call in debian/rules -- Anthony Fok <email address hidden> Tue, 28 Dec 2021 23:08:49 -0700
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- golang
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-xrash-smetrics_0.0~git20201216.039620a-1.dsc | 2.4 KiB | 2de1ad9b5ae5c5591bf8b147794a628a764c79c2af08b36d606433e2fde0a541 |
golang-github-xrash-smetrics_0.0~git20201216.039620a.orig.tar.xz | 1.7 MiB | f45125c82c9051a79402b16c9fa58bce0de273fdd4a5185bd41cf4a0f45c2dd6 |
golang-github-xrash-smetrics_0.0~git20201216.039620a-1.debian.tar.xz | 2.8 KiB | f1856c8bd26e5c31c59813329b6bb8c6a1af6d04e87bf99f092963400c7c73ec |
Available diffs
No changes file available.
Binary packages built by this source
- golang-github-xrash-smetrics-dev: String metrics library written in Go
String metrics This library contains implementations of the
Levenshtein distance, Jaro-Winkler and Soundex algorithms written
in Go (golang).
.
The Wagner-Fischer algorithm for calculating the Levenshtein distance.
.
smetrics.Hamming( "aaa", "aab") >> 1, nil
.
smetrics.Hamming( "aaaa", "a") >> -1, error