File: control

package info (click to toggle)
golang-github-dataence-porter2 0.0~git20150829.56e4718-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 700 kB
  • sloc: makefile: 4
file content (38 lines) | stat: -rw-r--r-- 1,567 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: golang-github-dataence-porter2
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>,
           Aaron M. Ucko <ucko@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-glog-dev,
               golang-github-stretchr-testify-dev <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/dataence/porter2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dataence-porter2
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dataence-porter2.git
XS-Go-Import-Path: github.com/dataence/porter2
Testsuite: autopkgtest-pkg-go

Package: golang-github-dataence-porter2-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: 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.

Package: suffixfsm
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: 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.