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

Changelog

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

  * New upstream version 0.5.2

 -- Andrius Merkys <email address hidden>  Wed, 13 Oct 2021 01:23:46 -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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libchemistry-opensmiles-perl_0.5.2-1.dsc 2.4 KiB 933d62ec6baa62a86d587545b871d97f5cc44c11677257b4f901676fe311090f
libchemistry-opensmiles-perl_0.5.2.orig.tar.gz 15.0 KiB 439d3a420b012f2edd23a929b20724d1462af783c716ba5eab15978ec128cb22
libchemistry-opensmiles-perl_0.5.2-1.debian.tar.xz 2.5 KiB b59e273c7e52260e95d8c0669f406c9a67db804efb1a020eac4064a5c9d72fff

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.