package topological_sort

  1. Overview
  2. Docs

Description

Topological_sort is a single-module library that implements a simple topological-sort algorithm.

Published: 22 Mar 2018

README

README.org

* Topological_sort

=Topological_sort= is a single-module library that implements a simple
topological-sort algorithm.

Dependencies (6)

  1. ocaml-migrate-parsetree >= "1.0" & < "2.0.0"
  2. jbuilder >= "1.0+beta18.1"
  3. stdio >= "v0.11" & < "v0.12"
  4. ppx_jane >= "v0.11" & < "v0.12"
  5. base >= "v0.11" & < "v0.12"
  6. ocaml >= "4.04.1"

Dev Dependencies

None

Used by

None

Conflicts

None