package topological_sort

  1. Overview
  2. Docs
Topological sort algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

topological_sort-v0.16.0.tar.gz
sha256=b8474d1b40cebe2763705c5f8bf24a177875485d50b41c23d6ef48babadfb7b2

Description

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

Published: 14 Jun 2023

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.16" & < "v0.17"
  3. ppx_jane >= "v0.16" & < "v0.17"
  4. base >= "v0.16" & < "v0.17"
  5. ocaml >= "4.14.0"

Dev Dependencies

None

Used by (1)

  1. hardcaml >= "v0.16.0"

Conflicts

None