8 packages tagged with “ocaml”
A re-implementation of the OCaml standard library in F# to ease porting and promote cross-compatibility.
The Format module from the OCaml Standard Library, adapted to F#.
Implementations of system programming modules from the OCaml Standard Library (e.g., Sys, Unix) in F#.
The Ratio and Num modules from the OCaml Standard Library, adapted to F#.
The Parsing and Lexing modules from the OCaml Standard Library, adapted to F#.
A timing wheel is a specialized priority queue for a set of time-based alarms.
A single-module library with a hashtable that keeps a weak pointer to each key's data and uses a finalizer to detect when the data is no longer referenced (by any non-weak pointers).
A single-module library with a data structure that incrementally maintains the result of folding an associative operation over a mutable fixed-length sequence as its elements change.