libgraph-perl 1:0.9735-ok1 source package in openKylin
Changelog
libgraph-perl (1:0.9735-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 08:42:39 -0700
libgraph-perl (1:0.9735-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Fri, 29 May 2026 08:42:39 -0700
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | perl |
| File | Size | SHA-256 Checksum |
|---|---|---|
| libgraph-perl_0.9735.orig.tar.gz | 148.3 KiB | 5c9a51f89efe7a36db288590bf66753f2417afd41b82363e39f2f3101d498065 |
| libgraph-perl_0.9735-ok1.debian.tar.xz | 1.8 KiB | 52f1b16b87978578274e395ec06c8ce3bd91d8c1e48985cb67f2e09fb2e4ce04 |
| libgraph-perl_0.9735-ok1.dsc | 2.0 KiB | 98253a7408a6ea1289257b68756cf8d52a287acfcd19cd2ad82796e94933ca95 |
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.