libgraph-perl 0.9725-ok1 source package in openKylin
Changelog
libgraph-perl (0.9725-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Sat, 17 Sep 2022 09:08:11 +0300
libgraph-perl (0.9725-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Sat, 17 Sep 2022 09:08:11 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libgraph-perl_0.9725.orig.tar.gz | 144.0 KiB | e75b0ecc9a7f62fd70f896b173d11c3fc00cdffd35c3e99286689d3ca2debefe |
libgraph-perl_0.9725-ok1.debian.tar.xz | 2.5 KiB | ef715e3006dedd0ba1c60bc87436bc6c4834261ee6f21b048ca6c080ddc705f4 |
libgraph-perl_0.9725-ok1.dsc | 1.9 KiB | 3c0755ddc1aa697f9262df6d59b48b541c28d03e6e042b2c1bc3515e009f6543 |
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.