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

Changelog

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

  * Change maintainer to golang team, annotate testify with nocheck

 -- Nilesh Patra <email address hidden>  Mon, 25 Oct 2021 12:13:55 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Jammy release universe misc

Downloads

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

No changes file available.

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.