haskell-igraph: Bindings to the igraph C library (v0.8.5).

[ library, math, mit ] [ Propose Tags ] [ Report a vulnerability ]

igraph"http://igraph.org/c/" is a library for creating and manipulating large graphs. This package provides the Haskell interface of igraph.


[Skip to Readme]

Modules

[Last Documentation]

  • IGraph
    • IGraph.Algorithms
      • IGraph.Algorithms.Centrality
      • IGraph.Algorithms.Clique
      • IGraph.Algorithms.Community
      • IGraph.Algorithms.Generators
      • IGraph.Algorithms.Isomorphism
      • IGraph.Algorithms.Layout
      • IGraph.Algorithms.Motif
      • IGraph.Algorithms.Structure
    • IGraph.Internal
      • IGraph.Internal.Constants
      • IGraph.Internal.Initialization
    • IGraph.Mutable
    • IGraph.Random
    • IGraph.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.8.0, 0.8.5 (info)
Change log ChangeLog.md
Dependencies base (>=4.10 && <5.0), bytestring (>=0.9), cereal, conduit (>=1.3.0), containers, data-ordlist, primitive, singletons (>=3.0), singletons-base, singletons-th [details]
License MIT
Copyright (c) 2016-2021 Kai Zhang
Author Kai Zhang
Maintainer Jean-Baptiste Mazon
Category Math
Home page https://github.com/jmazon/haskell-igraph#readme
Bug tracker https://github.com/jmazon/haskell-igraph/issues
Source repo head: git clone https://github.com/jmazon/haskell-igraph
Uploaded by mazon at 2025-08-05T20:22:26Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5829 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-08-05 [all 2 reports]

Readme for haskell-igraph-0.8.5

[back to package description]

Haskell bindings to igraph C library