This package browser is in early development. Mind the rough edges.

perl-graph-readwrite 2.09

Modules for reading and writing directed graphs

This is a collection of perl classes for reading and writing directed graphs in a variety of file formats. The graphs are represented in Perl using Jarkko Hietaniemi's Graph classes.

There are two base classes. Graph::Reader is the base class for classes which read a graph file and create an instance of the Graph class. Graph::Writer is the base class for classes which take an instance of the Graph class and write it out in a specific file format.

Installation

Install perl-graph-readwrite 2.09 as follows:

guix install perl-graph-readwrite@2.09

Or install the latest version:

guix install perl-graph-readwrite

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.