haggle: A graph library offering mutable, immutable, and inductive graphs
This library provides mutable (in ST or IO), immutable, and inductive graphs. There are multiple graphs implementations provided to support different use cases and time/space tradeoffs. It is a design goal of haggle to be flexible and allow users to "pay as they go". Node and edge labels are optional. Haggle also aims to be safer than fgl: there are no partial functions in the API.
[Skip to Readme]
Modules
[Index] [Quick Jump]
- Data
Downloads
- haggle-0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.2, 0.3 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.5 && <5), containers (>=0.4), deepseq (>=1 && <2), hashable (>=1.2 && <1.5), primitive (>=0.4 && <0.9), ref-tf (>=0.4 && <0.6), vector (>=0.9 && <0.14), vector-th-unbox (>=0.2.1.3 && <0.3) [details] |
Tested with | ghc ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 || ==0.6.2 |
License | BSD-3-Clause |
Author | Tristan Ravitch |
Maintainer | tristan@ravit.ch |
Category | Data Structures, Graphs |
Home page | https://github.com/travitch/haggle |
Bug tracker | https://github.com/travitch/haggle/issues |
Source repo | head: git clone https://github.com/travitch/haggle |
Uploaded | by TristanRavitch at 2023-08-21T04:41:31Z |
Distributions | |
Downloads | 1130 total (26 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-08-21 [all 1 reports] |