$ ocaml unix.cma -I +ANSITerminal ANSITerminal.cma # open ANSITerminal ;; # print_string [cyan; on_blue] "Hello\n" ;; Hello - : unit = ()