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
|
Source: libstar-parser-perl
Section: non-free/perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@debian.org>,
gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9~)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Homepage: http://pdb.sdsc.edu/STAR/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstar-parser-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstar-parser-perl.git
Package: libstar-parser-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: STAR compliant data file parser for Perl
This distribution contains a set of Perl modules for parsing STAR compliant
data files and dictionaries, for example CIF or mmCIF data files and
dictionaries. While these tools are not limited to CIF or mmCIF files, they
do not allow the presence of nested loops.
.
The following modules are included in this distribution:
.
STAR::Parser
STAR::DataBlock
STAR::Dictionary
STAR::Writer
STAR::Checker
STAR::Filter
|