Block device abstraction for OCaml 5 with Eio direct-style I/O and Bytesrw integration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocaml-block: add eio.unix to mdx libraries

The README example uses Eio_main.run, which yields Eio_unix.Stdenv.base
— that needs eio.unix to be in scope so the cmi resolves. Without it
MDX errors with 'Eio_unix.Stdenv.base is abstract because no
corresponding cmi file was found in path.'

+1 -1
+1 -1
dune
··· 4 4 5 5 (mdx 6 6 (files README.md) 7 - (libraries block eio eio.core eio_main)) 7 + (libraries block eio eio.core eio.unix eio_main))