https://github.com/hoehrmann/graph-feather
Graph::Feather Perl module
https://github.com/hoehrmann/graph-feather
data-structures directed-graph graph-algorithms perl-module
Last synced: about 1 year ago
JSON representation
Graph::Feather Perl module
- Host: GitHub
- URL: https://github.com/hoehrmann/graph-feather
- Owner: hoehrmann
- Created: 2018-01-09T21:43:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T13:29:19.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T04:43:36.308Z (about 1 year ago)
- Topics: data-structures, directed-graph, graph-algorithms, perl-module
- Language: Perl
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Graph-Feather
=============
Please see `perldoc lib/Graph/Feather.pm` for details.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install