golang-github-dataence-porter2 0.0~git20150829.56e4718-5build1 source package in Ubuntu

Changelog

golang-github-dataence-porter2 (0.0~git20150829.56e4718-5build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:05 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-dataence-porter2_0.0~git20150829.56e4718.orig.tar.xz 112.5 KiB 338143a3dbdfb4d2d00ca60f54b14fa0cba5a262527cbb1488322852e041eb47
golang-github-dataence-porter2_0.0~git20150829.56e4718-5build1.debian.tar.xz 4.3 KiB ce1f9e81224e4520896acca34b496e75ee488cac4bc703d2ccdbc4323d908823
golang-github-dataence-porter2_0.0~git20150829.56e4718-5build1.dsc 2.5 KiB 7168fc131177b613d822927c6d3b135952fa85de57ef212c02f91708102c6c33

View changes file

Binary packages built by this source

golang-github-dataence-porter2-dev: native Go high-performance Porter2 stemmer for English

 Porter2 implements the Porter2 stemmer for English. It is written
 completely using finite state machines to do suffix comparison,
 rather than slower string-based or tree-based approaches.
 .
 This package also arranges to support usage under its historical
 upstream name, github.com/surgebase/porter2.

suffixfsm: Go finite state machine generator for Porter2 stemmers

 Suffixfsm generates Go finite state machines implementing the Porter2
 stemming algorithm, as found in golang-github-dataence-porter2-dev.