package topological_sort

  1. Overview
  2. Docs
Topological sort algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

topological_sort-v0.9.0.tar.gz
md5=54b55203681894b27e43d752cae220e6

Description

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

Published: 21 May 2017

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 >= "0.4" & < "2.0.0"
  2. ppx_jane >= "v0.9" & < "v0.10"
  3. ppx_driver >= "v0.9" & < "v0.10"
  4. jbuilder >= "1.0+beta7"
  5. core_kernel >= "v0.9" & < "v0.10"
  6. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None