File: control

package info (click to toggle)
libbio-das-lite-perl 2.11-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 468 kB
  • ctags: 57
  • sloc: xml: 1,299; perl: 1,152; makefile: 29
file content (35 lines) | stat: -rw-r--r-- 1,438 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
Source: libbio-das-lite-perl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               perl,
               libmodule-build-perl
Build-Depends-Indep: libio-stringy-perl,
                     libreadonly-perl,
                     libwww-curl-perl,
                     libwww-perl,
                     libtest-pod-coverage-perl,
                     libtest-distribution-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/ensembl/libbio-das-lite-perl/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/ensembl/libbio-das-lite-perl/trunk/
Homepage: http://biodas.org/

Package: libbio-das-lite-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libio-stringy-perl,
         libreadonly-perl,
         libwww-curl-perl,
         libwww-perl
Description: implementation of the BioDas protocol
 Bio::Das::Lite is an implementation of the BioDas protocol
 for the retrieval of biological data from XML sources over HTTP.
 .
 Bio::Das::Lite is designed as a lightweight and more forgiving alternative to
 the client/retrieval/parsing components of Bio::Das. Bio::Das::Lite itself is
 not a drop-in replacement for Bio::Das but it can be subclassed to do so.