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

[ library, math, mit ] [ Propose Tags ]

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.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 (info)
Change log ChangeLog.md
Dependencies base (>=4.0 && <5.0), bytestring (>=0.9), cereal, conduit (>=1.3.0), containers, data-ordlist, primitive, singletons [details]
License MIT
Copyright (c) 2016-2020 Kai Zhang
Author Kai Zhang
Maintainer kai@kzhang.org
Category Math
Source repo head: git clone https://github.com/kaizhang/haskell-igraph.git
Uploaded by kaizhang at 2020-02-21T23:40:18Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5532 total (27 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 2020-02-22 [all 3 reports]

Readme for haskell-igraph-0.8.0

[back to package description]

Haskell bindings to igraph C library