package topological_sort

  1. Overview
  2. Docs
Topological sort algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

topological_sort-v0.14.0.tar.gz
md5=56809cb506f8ddd14d7e18f8c29857cf

Description

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

Published: 31 May 2020

README

README.org

* Topological_sort

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

Dependencies (5)

  1. dune >= "2.0.0"
  2. stdio >= "v0.14" & < "v0.15"
  3. ppx_jane >= "v0.14" & < "v0.15"
  4. base >= "v0.14" & < "v0.15"
  5. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (1)

  1. hardcaml >= "v0.14.0" & < "v0.15.0"

Conflicts

None