Convert OCaml odoc mld files to x-ocaml compatible format HTML
at main 10 lines 230 B view raw
1; Root dune file 2 3; Ignore third_party directory (for fetched dependency sources) 4 5(data_only_dirs third_party ocaml-html5rw) 6 7(executable 8 (name odoc_xo) 9 (public_name odoc-xo) 10 (libraries html5rw eio_main cmdliner bytesrw-eio))