package named-pipe

  1. Overview
  2. Docs
Bindings for named pipes

Install

Dune Dependency

Authors

Maintainers

Sources

named-pipe-0.4.0.tbz
md5=ec3a7aaec3cc0efd6560dd1668da6def

CHANGES.md.html

0.4.0 (2016-10-11)

  • Clean up the C bindings, improve the accept API, fix memory leaks and raise proper Unix.Error exceptions on errors (14, @samoht)

  • Use topkg (#15, @samoht)

0.3 (2016-07-19)

  • Add dependency on lwt.unix

0.2 (2016-05-06)

  • Enable build on OCaml 3.12.1

  • Code can now be built and linked on all platforms, but will raise a dynamic exception Named_pipe.Not_available if the functionality is not available on the current platform.

0.1 (2016-05-05)

  • Initial release