File: control

package info (click to toggle)
python-acora 2.5-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,084 kB
  • sloc: python: 996; makefile: 55; sh: 13
file content (28 lines) | stat: -rw-r--r-- 885 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
Source: python-acora
Section: python
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all-dev,
 python3-setuptools,
 cython3,
 python3-pytest,
Rules-Requires-Root: no
Standards-Version: 4.3.0
Homepage: https://pypi.python.org/pypi/acora
Vcs-Git: https://salsa.debian.org/debian/python-acora.git
Vcs-Browser: https://salsa.debian.org/debian/python-acora

Package: python3-acora
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends},
Description: fast multi-keyword text search engine (Python 3)
 Acora is 'fgrep' for Python, a fast multi-keyword text search engine.
 .
 Based on a set of keywords and the Aho-Corasick algorithm, it
 generates a search automaton and runs it over string input, either
 unicode or bytes.
 .
 This package installs the library for Python 3.