bheap icon indicating copy to clipboard operation
bheap copied to clipboard

OCaml binary heap implementation by Jean-Christophe Filliatre

Results 3 bheap issues
Sort by recently updated
recently updated
newest added

This would enable the type of the Heap module to be properly refered to by third party modules

The Lwt documentation now [recommends bheap](https://ocsigen.org/lwt/4.1.0/api/Lwt_pqueue) to replace the `Lwt_pqueue` module. This PR correspondingly updates the metadata of the library to use similar tools to Lwt: - update metadata to...