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.'