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

Changelog

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

  * New upstream version 0.8.4

 -- Andrius Merkys <email address hidden>  Sun, 04 Dec 2022 03:25:44 -0500

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libchemistry-opensmiles-perl_0.8.4-1.dsc 2.4 KiB e061c453bfa143e190c6bb98a4308d2bb28eb7be78e4443ec6ef811a24d2756a
libchemistry-opensmiles-perl_0.8.4.orig.tar.gz 23.8 KiB 2fdeb75c6282d9ac9b1479e6b1f684eba786d3a51b5eb4d14e97ef13ef748dd1
libchemistry-opensmiles-perl_0.8.4-1.debian.tar.xz 2.6 KiB c366bb3dcbb10b5e93085c91c3d60c53f5b528c3d788d5cde3b9d6678b431243

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.