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
|
Source: acedb
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
libreadline-dev,
libglib2.0-dev,
libx11-dev,
pkg-config,
csh,
flex,
libfl-dev,
bison
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/acedb
Vcs-Git: https://salsa.debian.org/med-team/acedb.git
Homepage: http://www.acedb.org/
Rules-Requires-Root: no
Package: acedb-other
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Provides: efetch
Description: retrieval of DNA or protein sequences
This package collects all those smallish applications that acedb collects
under its 'other' target of its Makefile.
.
efetch: presumably short for 'entry fetch' collects sequence information
from common DNA and protein databases.
|