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

Changelog

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

  * Team upload.
  * Import upstream version 0.9726.

 -- Andrius Merkys <email address hidden>  Mon, 13 Feb 2023 05:20:59 -0500

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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-perl_0.9726-1.dsc 2.2 KiB 26084745062fee8ea8142b83a3521a8afaa7aec53931971211ab6878b4973565
libgraph-perl_0.9726.orig.tar.gz 144.1 KiB 7a60c7746da3f2da43f4acea703be2ad8fa24b26a623a0745876020e6ecd970e
libgraph-perl_0.9726-1.debian.tar.xz 3.9 KiB a807139e844b3ed3a8861556d828217f862d85a2500ac60fd29e6ad29343aef4

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.