package eio_main

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

Install

Authors

Maintainers

Sources

eio-0.12.tbz
sha256=d84847ce85ffb78641496ad24be3c6ab5cc2c6885cedad6ae257ecac59d926a0
sha512=fbcbc8e7e8eaaeacd6c7b3be04fec19b356f900307b2cc1bf6c1cd6bd538c4ea59ab2c7d936fac00c52a3277737671759f1584025c24e0a7727447609c633821

Description

Selects an appropriate Eio backend for the current platform.

Published: 29 Aug 2023

Dependencies (4)

  1. eio_windows = version & os = "win32"
  2. eio_posix = version & os != "win32"
  3. eio_linux = version & os = "linux"
  4. dune >= "3.9"

Dev Dependencies (4)

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

Conflicts

None