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

Install

Authors

Maintainers

Sources

2.1.0.tar.gz
md5=1702f1d89d275f26a021595c2102c39e
sha512=cf0a6295eed3ca29dbedb1b32c736b37e98587d5420d2f6443b70ca3c50c8d75c508a245d243a3f28bfe9c250abc3a37d4f461b187d2459670eae4cb088514aa

Description

Easy to use and user-friendly topological sort.

Example:

Tsort.sort [("foundation", []); ("walls", ["foundation"]); ("roof", ["walls"])]

Published: 03 Aug 2021

Dependencies (2)

  1. dune >= "1.9"
  2. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (3)

  1. dkml-install
  2. sihl >= "1.0.0~rc3"
  3. soupault >= "1.12.0"

Conflicts

None