graphite: Graphs and networks library

[ bsd3, data-structures, graphs, library ] [ Propose Tags ]
Versions [RSS] 0.0.1.0, 0.0.2.0, 0.2.0.0, 0.2.1.0, 0.3.0.0, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.7.0.0, 0.8.0.0, 0.9.0.0, 0.9.1.0, 0.9.2.0, 0.9.3.0, 0.9.4.0, 0.9.5.0, 0.9.5.1, 0.9.6.0, 0.9.7.0, 0.9.8.0, 0.10.0.0, 0.10.0.1
Dependencies base (>=4.7 && <5), bytestring, cassava, containers, deepseq, dequeue, graphviz, hashable, process, QuickCheck, random, unordered-containers, vector [details]
License BSD-3-Clause
Copyright 2017 Daniel Campoverde
Author Daniel Campoverde
Maintainer alx@sillybytes.net
Category Data Structures, Graphs
Home page https://github.com/alx741/graphite#readme
Source repo head: git clone https://github.com/alx741/graphite
Uploaded by DanielCampoverde at 2017-10-09T01:26:37Z
Distributions Arch:0.10.0.1, LTSHaskell:0.10.0.1, NixOS:0.10.0.1, Stackage:0.10.0.1
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 15163 total (82 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-09 [all 1 reports]

Readme for graphite-0.5.0.2

[back to package description]

Graphite Logo

Hackage-Deps CircleCI

graphite

Represent, analyze and visualize graphs & networks.

Current state

Most of what you'll find here are undefined functions, sort of like a wish list to be eventually fulfilled.

The basic graph types UGraph and DGraph could already be used if desired.