libgraph-easy-perl 0.76-3 source package in Ubuntu

Changelog

libgraph-easy-perl (0.76-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libgraph-easy-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 01:55:07 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgraph-easy-perl_0.76-3.dsc 2.1 KiB 5232414edf01f9499d4c84fe18d7d46d6bbdfab3aaeae5a9de104334bd659617
libgraph-easy-perl_0.76.orig.tar.gz 456.2 KiB d4a2c10aebef663b598ea37f3aa3e3b752acf1fbbb961232c3dbe1155008d1fa
libgraph-easy-perl_0.76-3.debian.tar.xz 4.5 KiB dd3cb0afe6f9ee742b6761312284935c1bbdefe1fc9a8e9d7dc42446ac3ec139

Available diffs

No changes file available.

Binary packages built by this source

libgraph-easy-perl: Perl module to convert or render graphs (as ASCII, HTML, SVG or via Graphviz)

 Graph::Easy lets you generate graphs consisting of various shaped nodes
 connected by edges (with optional labels).
 .
 It can read and write graphs in a variety of formats, as well as render
 them via its own grid-based layouter. It has export filters for Graphviz,
 VCG (Visualizing Compiler Graphs), GDL (Graph Description Language) and
 GraphML. Import filters are for Graphviz, VCG and GDL.
 .
 Since the layouter works on a grid (manhattan layout), the output is
 most useful for flow charts, network diagrams, or hierarchy trees.
 .
 Graph::Easy has an easy-to-understand, compact and human readable graph
 description language.