File: control

package info (click to toggle)
libbio-scf-perl 1.03-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 360 kB
  • ctags: 61
  • sloc: perl: 321; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,099 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
Source: libbio-scf-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Charles Plessy <plessy@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libstaden-read-dev,
               zlib1g-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbio-scf-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbio-scf-perl.git
Homepage: https://metacpan.org/release/Bio-SCF

Package: libbio-scf-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl extension for reading and writing SCF sequence files
 The Bio::SCF (Standard Chromatogram Format) module allows you to read and
 update (in a restricted way) SCF chromatographic sequence files. It is an
 interface to Roger Staden's io-lib. It has both tied hash and an
 object-oriented interfaces. It provides the ability to read fields from SCF
 files and limited ability to modify them and write them back.