package redirect

  1. Overview
  2. Docs
Redirect channels

Install

Dune Dependency

Authors

Maintainers

Sources

redirect-0.2.1.tar.gz
sha512=4f10adc54ff6b6274b7373ca90e0e1a6a15aa9d097f2c8d303672c4963e1b963174809103415739868828a8328315762cdab143fbb99c88ec4071859b895c77c

CHANGES.md.html

2021-11-08, version 0.2.1

  • Fix with_channel_from_string for long strings that do not fit in pipe, by using a thread for outputing the string.

  • Some minor optimizations, using the fact that re-raising an exception preserves the backtrace and the constraint on OCaml version (>=4.03) ensures that match-with-exception is available.

2021-09-24, version 0.2.0

  • Add string_of_channel, add_file and string_of_file.

2020-03-06, version 0.1.1

  • Fix backtrace handling

2019-09-27, version 0.1.0

  • First release