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

Changelog

golang-github-dataence-porter2 (0.0~git20150829.56e4718-5ubuntu0.24.04.3) noble-security; urgency=medium

  * No change rebuild due to golang-1.22 update

 -- Evan Caville <email address hidden>  Thu, 26 Jun 2025 14:30:50 +1000

Upload details

Uploaded by:
Evan Caville
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security 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-5ubuntu0.24.04.3.debian.tar.xz 4.5 KiB f13933719708fac1181a6d8d54e6b7d19f81fdfc90c0ede3fbe6f0181937ea81
golang-github-dataence-porter2_0.0~git20150829.56e4718-5ubuntu0.24.04.3.dsc 2.6 KiB 8632595becfc64d3523bdf9e9af92346fff3952e7d6f5b1fdc85418db8f9f038

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.