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

Changelog

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

  * No change rebuild due to golang-1.18 update. Note that this package
    was built with golang-1.17.

 -- Allen Huang <email address hidden>  Mon, 18 Nov 2024 16:49:22 +0000

Upload details

Uploaded by:
Allen Huang
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc
Jammy 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.22.04.1.debian.tar.xz 4.4 KiB 05824d86980dc69d87a1a943fe1a897239900f01985e6a9e11b71a94006528d5
golang-github-dataence-porter2_0.0~git20150829.56e4718-5ubuntu0.22.04.1.dsc 2.6 KiB 54e00cab854042d282394556344581ad198a80e154a23e30edb75978c66cf603

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.