File: control

package info (click to toggle)
libbio-das-lite-perl 2.11-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: xml: 1,299; perl: 1,152; makefile: 31
file content (36 lines) | stat: -rw-r--r-- 1,420 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
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-compat (= 13),
               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: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/libbio-das-lite-perl
Vcs-Git: https://salsa.debian.org/med-team/libbio-das-lite-perl.git
Homepage: https://metacpan.org/dist/Bio-Das-Lite
Rules-Requires-Root: no

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.