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

Changelog

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

  * New upstream version 0.9.0
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.

 -- Andrius Merkys <email address hidden>  Thu, 26 Oct 2023 00:33:47 -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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libchemistry-opensmiles-perl_0.9.0-1.dsc 2.4 KiB 8fa1a1e7adccc057b116a4ec25d751169d854ecef20c047360a4b945b1b00323
libchemistry-opensmiles-perl_0.9.0.orig.tar.gz 25.6 KiB d1822ca57cd86bfcc6b56868e1519c2e5cf3a3660153cb3618ae82502b33e8e3
libchemistry-opensmiles-perl_0.9.0-1.debian.tar.xz 2.7 KiB 72cc831238e68958977c582528aa3971b3016c3bba1c84d7eaf5fcbf7407e9bb

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.