rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.

Home Page:http://rdicosmo.github.io/parmap/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocamldoc doesn't show up in ocp-browser

UnixJunkie opened this issue · comments

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

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

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.

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)

If we were using dune, we would not have this problem.
#40

This is now solved, as we moved to dune.