opam-doc icon indicating copy to clipboard operation
opam-doc copied to clipboard

Produce documentation for libraries installed with OPAM

Results 31 opam-doc issues
Sort by recently updated
recently updated
newest added

The salient point begins here, from the `make` output: ``` File "src/opam-doc-index/driver.ml", line 102, characters 40-47: Error: This expression has type (string * Digest.t option) list but an expression was...

In [Result](https://ocaml.janestreet.com/ocaml-core/110.01.00/doc/core/#Result), we have `val map` show up twice. I'm guessing this is because the mli file has the value both explicitly specified and included via an `include` statement. In...

Just to not lost track of @dbuenzli email > Same here no system compiler. > > Looking at here: http://mirage.github.io/cmdliner/#Cmdliner > > 1) It seems a lot of hyperlinks were...

_This turned into a wall of text, sorry._ I've been reading the code and would appreciate help with my mental model. **The way I see it:** - `opam-doc` proxies calls...

Try this: $ opam doc -v 0.9.3 $ opam doc zarith Then look at the doc for the module Z: nothing is documented, look at Big_int_Z, there is a header,...

In https://ocaml.janestreet.com/ocaml-core/109.58.00/doc/async_kernel/#Async_gc the ``` include module type of Core_kernel.Std.Gc ``` is not hyperlinked

For example, typing `catch` into the box [here](http://mirage.github.io/lwt/) just redirects me to [this](http://mirage.github.io/lwt/#).

The list in http://mirage.github.io/ looks a little bit too random to me (well, I guess it reflects some kind of build dependency order, but that's far from ideal)

Right now the buttons are too small, but are rendered manually using CSS. The reveal/hide logic can be done directly in Zurb using the helper classes (including better support for...