package out-channel-redirect

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

0.1

  • Initial release
  • Redirect and capture output written to out_channels
  • Support for native (via dup/dup2), JavaScript (js_of_ocaml), and WebAssembly (wasm_of_ocaml)
  • Exception-safe capture with Fun.protect
  • Expert API for manual redirection lifetime control