← All repos

ocamlgraph

OCaml graph library

Browse cluster: OCaml Systems and Utilities
771commits
43contributors
6languages

Tech stack & purpose

OCamlgraph is a graph library for OCaml that provides an easy-to-use directed graph implementation with integer-labeled vertices and edges, along with multiple alternative graph data structures (both persistent and imperative, with various labeling schemes) built using functors. Beyond the core data structures, the library offers a collection of classic graph algorithms and operations that are also implemented as functors, allowing them to work with any graph implementation that provides basic iteration operations. The library is authored by an individual (backtracking) and includes a deprecated visualization component called ViewGraph for rendering graphs from dot files.

Languages

OCaml
99.6%
CSS
0.4%
Nix
0.0%
Shell
0.0%
Makefile
0.0%
Dune
0.0%

Contributors (top 30 of 43)