package topological_sort

  1. Overview
  2. Docs
Topological sort algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

topological_sort-v0.10.0.tar.gz
md5=b68428603530f443ba0b8c6fec6ebb5f

Description

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

Published: 03 Jan 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 >= "0.4" & < "2.0.0"
  2. jbuilder >= "1.0+beta12"
  3. ppx_jane >= "v0.10" & < "v0.11"
  4. ppx_driver >= "v0.10" & < "v0.11"
  5. core_kernel >= "v0.10" & < "v0.11"
  6. ocaml >= "4.04.1"

Dev Dependencies

None

Used by

None

Conflicts

None