libchemistry-opensmiles-perl 0.7.0-1 source package in Ubuntu

Changelog

libchemistry-opensmiles-perl (0.7.0-1) unstable; urgency=medium

  * New upstream version 0.7.0

 -- Andrius Merkys <email address hidden>  Thu, 04 Nov 2021 10:52:29 -0400

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libchemistry-opensmiles-perl_0.7.0-1.dsc 2.4 KiB 45f88035866808e9c363a390f1810322d03eac447664595490428f7e82fdf433
libchemistry-opensmiles-perl_0.7.0.orig.tar.gz 17.0 KiB 7c94632df59ed023ef2125acc17b959715194656abba7c5fd921b420041ddedd
libchemistry-opensmiles-perl_0.7.0-1.debian.tar.xz 2.5 KiB d12afc9731408d0f5326ba156041833851172877a7d662afc1faa6a8f644d7c3

Available diffs

No changes file available.

Binary packages built by this source

libchemistry-opensmiles-perl: 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.