rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
http://rdicosmo.github.io/parmap/
Other
94 stars 20 forks source link

ocamldoc doesn't show up in ocp-browser #60

Closed UnixJunkie closed 3 years ago

UnixJunkie commented 7 years ago

we might need to install the .cmt and .cmti files

UnixJunkie commented 6 years ago

the ocamldoc hosted in there https://rdicosmo.github.io/parmap/doc/ is out of date too.

UnixJunkie commented 6 years ago

I don't know ocamlbuild so I cannot help with that, but having the doc showing up in ocp-browser is really nice for users.

UnixJunkie commented 6 years ago

if there is any Makefile hacker around, your help would be greatly appreciated with this issue (I know almost nothing about makefiles since I have been using Makefile-generating software for years)

UnixJunkie commented 5 years ago

If we were using dune, we would not have this problem. https://github.com/rdicosmo/parmap/issues/40

rdicosmo commented 3 years ago

This is now solved, as we moved to dune.