Module Clipboard

module Datatype : sig ... end

This library contains helper functions for interacting with the system clipboard. Essentially forms a basis for the `js_clipboard` library, while not depending on Js_of_ocaml. The reason for separation is testability of functions in this library.

module Formatter : sig ... end
module Parser : sig ... end
module Excel : sig ... end
module Html : sig ... end