golang-github-texttheater-golang-levenshtein 1.0.1-1 source package in Ubuntu

Changelog

golang-github-texttheater-golang-levenshtein (1.0.1-1) unstable; urgency=medium

  * Initial release (Closes: #977739).

 -- Cyril Brulebois <email address hidden>  Thu, 24 Nov 2022 14:07:05 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-texttheater-golang-levenshtein_1.0.1-1.dsc 2.4 KiB b17eb5d5bf938b0b5a30bc745f20b8ae7d72706cc415c92a7ea5ce4e78a10344
golang-github-texttheater-golang-levenshtein_1.0.1.orig.tar.gz 4.7 KiB 8f5bf2a5650caba17702b568ac1c56a875df5450edd2130cbed7334f8d96b628
golang-github-texttheater-golang-levenshtein_1.0.1-1.debian.tar.xz 2.1 KiB bc91ba95e15aa11bba2aaf21378e7ce1ef8dcba17fb88b391e9b03c008267b79

No changes file available.

Binary packages built by this source

golang-github-texttheater-golang-levenshtein-dev: Go implementation of the Levenshtein algorithm (library)

 This package is a Go implementation of the Levenshtein algorithm for
 computing the similarity between two strings. It provides edit
 distances, edit scripts, and ratios for strings (slices of runes).