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
|
Source: libchemistry-ring-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
libchemistry-mol-perl <!nocheck>,
libstatistics-regression-perl <!nocheck>,
perl,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libchemistry-ring-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libchemistry-ring-perl.git
Homepage: https://metacpan.org/release/Chemistry-Ring
Rules-Requires-Root: no
Package: libchemistry-ring-perl
Architecture: all
Depends:
libchemistry-mol-perl,
libstatistics-regression-perl,
${misc:Depends},
${perl:Depends},
Description: Represent a ring as a substructure of a molecule
Chemistry::Ring provides some basic methods for representing a ring. A ring
is a subclass of molecule, because it has atoms and bonds. Besides that, it
has some useful geometric methods for finding the centroid and the ring
plane, and methods for aromaticity detection.
.
This module does not detect the rings by itself; for that, look at
Chemistry::Ring::Find.
|