File: control

package info (click to toggle)
python-alignlib 0.1.1%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: python: 64; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-alignlib
Section: science
Priority: optional
Maintainer: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 11),
 dh-python,
 python3-all-dev, python3-setuptools, cython3
Standards-Version: 4.4.0
Homepage: https://github.com/marcelm/alignlib
Vcs-Browser: https://salsa.debian.org/med-team/python-alignlib
Vcs-Git: https://salsa.debian.org/med-team/python-alignlib.git
#Testsuite: autopkgtest-pkg-python

Package: python3-alignlib
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: edit and Hamming distances for biological sequences
 A small Python module providing edit distance and Hamming distance
 computation. It is a dependency for the IgDiscover package and
 likely future others.