libgraph-perl 1:0.9727-1 source package in Ubuntu

Changelog

libgraph-perl (1:0.9727-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.9727
  * Update standards version to 4.6.2, no changes needed.

 -- Andrius Merkys <email address hidden>  Tue, 31 Oct 2023 04:27:37 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-perl_0.9727-1.dsc 2.2 KiB 0d8bc85f734bc5fcf6ae5c8a90966589de224ddc8bfe754a343a298bdf29339d
libgraph-perl_0.9727.orig.tar.gz 144.4 KiB 392a8916dc95131abe8c913dfcac7698484bf4866b42af5f7043c0062e742229
libgraph-perl_0.9727-1.debian.tar.xz 3.9 KiB c7543e06e24d93b7118817d488ba6fea6d448a17ea41f2284975b56e49e09781

Available diffs

No changes file available.

Binary packages built by this source

libgraph-perl: Perl module for graph data structures and algorithms

 This module contains the Graph module for Perl, a framework for
 creating abstract data structures called graphs and hypergraphs.
 (It is not for drawing any sort of graphics; for that, see the
 GD:: or Graphics:: set of modules.) It also contains implementations
 of several well-known algorithms that operate on graphs, such as
 finding transitive closures, strongly connected components
 (SCCs) and articulation points.