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 37 38 39 40 41 42 43 44 45 46
|
Source: libchemistry-opensmiles-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libmodule-build-perl,
perl,
Build-Depends-Indep:
libalgorithm-combinatorics-perl <!nocheck>,
libchemistry-elements-perl <!nocheck>,
libgraph-nauty-perl <!nocheck>,
libgraph-perl <!nocheck>,
libmodule-build-parse-yapp-perl,
libparse-yapp-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libset-object-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libchemistry-opensmiles-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libchemistry-opensmiles-perl
Homepage: https://metacpan.org/release/Chemistry-OpenSMILES
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: libchemistry-opensmiles-perl
Architecture: all
Depends:
libchemistry-elements-perl,
libgraph-perl,
libparse-yapp-perl,
libscalar-list-utils-perl,
libset-object-perl,
${misc:Depends},
${perl:Depends},
Description: OpenSMILES format reader and writer
Chemistry::OpenSMILES provides support for SMILES chemical identifiers
conforming to OpenSMILES v1.0 specification.
.
Chemistry::OpenSMILES::Parser reads in SMILES strings and returns them parsed
to arrays of Graph::Undirected objects. Each atom is represented by a hash.
.
Chemistry::OpenSMILES::Writer performs the inverse operation. Generated SMILES
strings are by no means optimal.
|