Module Bonsai_tui_ncdu

TODOs (If you - the reader - need something that does not exist at the moment, feel free to add it here!)

module Weight : sig ... end
module type Key = sig ... end
module type Size = sig ... end
module Make (Key : Key) (Size : Size) : sig ... end