package topological_sort

  1. Overview
  2. Docs
Topological sort algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

topological_sort-v0.15.0.tar.gz
sha256=f8453bee88ad22d8dbfc3ddeda7a04170c725b266ca6298afe9410bb91fcf872

Description

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

Published: 21 Mar 2022

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

Dev Dependencies

None

Used by (1)

  1. hardcaml = "v0.15.0"

Conflicts

None