package topological_sort

  1. Overview
  2. Docs
Topological sort algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

topological_sort-v0.12.0.tar.gz
md5=3a097e867baf8aea0060171e1d7a92e7

Description

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

Published: 01 Mar 2019

README

README.org

* Topological_sort

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

Dependencies (5)

  1. dune >= "1.5.1"
  2. stdio >= "v0.12" & < "v0.13"
  3. ppx_jane >= "v0.12" & < "v0.13"
  4. base >= "v0.12" & < "v0.13"
  5. ocaml >= "4.07.0"

Dev Dependencies

None

Used by (1)

  1. hardcaml = "v0.12.0"

Conflicts

None