Description
Graph data structures and algorithms can be used directly in OCaml programs. This helps developers model networks, dependencies, paths, state machines, or relationships without building graph utilities from scratch.
It is a development library. It is installed directly by OCaml projects that need graph algorithms or indirectly as a dependency.