package tsort

  1. Overview
  2. Docs
Easy to use and user-friendly topological sort

Install

Dune Dependency

Authors

Maintainers

Sources

2.2.0.tar.gz
md5=efe0d2a972638bd07a65b30fed372ed2
sha512=162fbeff69a34f00439570f5fbe3112f2ef6d9cf423a9a3c6a7ad1707cc35b6cb19e0bfa1e70c35c12b8a7adfc70a5aca5a43bef63c7f63aca53b396277019b8

doc/CHANGES.html

Changelog

2.1.0

Allow the same dependency to be specified more than once. This allows correct handling of inputs like this:

Tsort.sort_strongly_connected_components @@
  [(1, [2]); (2, [1]); (1, [3])]

Tsort no longer depends on the containers library.

2.0.0

API overhaul, support for cyclic graphs (thanks to Martin Jambon).

OCaml

Innovation. Community. Security.

On This Page
  1. 2.1.0
  2. 2.0.0