package eio_main

  1. Overview
  2. No Docs
Effect-based direct-style IO mainloop for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

eio-0.15.tbz
sha256=807ecef337dda849b05d3dbd17a928e6f5c636e76eb15e2213667c91127718a7
sha512=8f055aec34c9347eed2cbaa4ee439399bbe3d6a546f2c2b52e27f733fe822f4acdee3e00e4e64ae3eb922c2772535952f8e81b546802fe945fd32d3fab88b7b9

Description

Selects an appropriate Eio backend for the current platform.

Published: 26 Feb 2024

Dependencies (4)

  1. eio_windows = version & os = "win32"
  2. eio_posix = version & os != "win32"
  3. eio_linux = version & os = "linux" & (os-distribution != "centos" | os-version > "7")
  4. dune >= "3.9"

Dev Dependencies (4)

  1. odoc with-doc
  2. yojson >= "2.0.2" & with-test
  3. kcas >= "0.3.0" & < "0.7.0" & with-test
  4. mdx >= "2.2.0" & < "2.4" & with-test

Conflicts

None