libgraph-perl 1:0.9727-ok1 source package in openKylin

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:41:11 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-perl_0.9727.orig.tar.gz 144.4 KiB 392a8916dc95131abe8c913dfcac7698484bf4866b42af5f7043c0062e742229
libgraph-perl_0.9727-ok1.debian.tar.xz 1.8 KiB aa5c2702b80a5e392bfd7f65bc7527966632f2b7ea21ff7325cfde391fb256ad
libgraph-perl_0.9727-ok1.dsc 2.0 KiB f57506f148a5a58173d4cc216226c35285bd225a78f0dbe99af950f197f25cc1

Available diffs

View changes file

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.