package graphlib

  1. Overview
  2. Docs
Generic Graph library

Install

Dune Dependency

Authors

Maintainers

Sources

v1.5.0.tar.gz
md5=9eed04fda6610dd4a8aa83948abfffc3

Description

Graphlib is a generic library that extends a well known OCamlGraph library. Graphlib uses its own, more reach, Graph interface that is isomorphic to OCamlGraph's Sigs.P signature for persistant graphs. Two functors witness the isomorphism of the interfaces: Graphlib.To_ocamlgraph and Graphlib.Of_ocamlgraph. Thanks to these functors, any algorithm written for OCamlGraph can be used on Graphlibs graph and vice verse.

Published: 26 Oct 2018

Dependencies (6)

  1. regular
  2. ocamlgraph
  3. ppx_jane >= "v0.9.0" & < "v0.10"
  4. oasis build & >= "0.4.7"
  5. core_kernel >= "v0.9.0" & < "v0.10"
  6. ocaml >= "4.03" & < "4.06"

Dev Dependencies

None

Used by (2)

  1. bap-primus >= "1.4.0" & < "2.0.0"
  2. bap-std < "2.0.0"

Conflicts

None