ocaml / odoc

Documentation compiler for OCaml and Reason
Other
322 stars 89 forks source link

Careful library deps #1192

Open jonludlam opened 1 month ago

jonludlam commented 1 month ago

Make sure the set of libraries provided during linking only comes from the dependency libraries of the library being linked.

Also ensure that the modules in the libraries passed are in the normal include path.