golang-github-gatherstars-com-jwz 1.3.0-3 source package in Ubuntu

Changelog

golang-github-gatherstars-com-jwz (1.3.0-3) unstable; urgency=medium

  * Fix unit tests with go 1.19 (Closes: #1017247)

 -- Robin Jarry <email address hidden>  Fri, 26 Aug 2022 09:20:01 +0200

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-gatherstars-com-jwz_1.3.0-3.dsc 1.8 KiB 4d5852ef971bd42728e08e57c9337273428d46bdcc52b74bc730bbddb62f1498
golang-github-gatherstars-com-jwz_1.3.0.orig.tar.gz 2.3 MiB d04f1d07b578c99a783745b39b00184ec9c129fb4fc4f27f202b0ff251bf83fa
golang-github-gatherstars-com-jwz_1.3.0-3.debian.tar.xz 3.5 KiB 2bbfd74d9c68731548feb5ca72933f521d84f93cedd2902208822aadfc406cca

Available diffs

No changes file available.

Binary packages built by this source

golang-github-gatherstars-com-jwz-dev: Go implementation of the JWZ email threading algorithm (library)

 This package provides the original JWZ algorithm to implementors of
 the 'Threadable interface'. It has been tested against many thousands
 of emails.
 .
 Along with providing the threading capability itself, the package
 also provides:
 .
 + A generic walker, to which you can provide a function to operate upon
   the nodes in the threaded tree.
 + A generic sorter, to which you can provide your own comparison
   function (a byDate example is provided)