-
**Describe the bug**
Formatting code such as:
```ocaml
type sp =
| Cut (** {[@,]} *)
```
adds spaces within the preformatted code element, producing
```ocaml
type sp =
| Cut (** {[ @, ]…
-
When adding more protocols to @talex5’s [pure-OCaml Wayland implementation][1], I found that building certain protocols failed. In one case, this turned out to be because the code generator copies a …
-
As reported by @tmcgilchrist. What's missing to make Voodoo compatible with 5.1? @jonludlam @gpetiot
-
_PR transferred from https://caml.inria.fr/mantis/view.php?id=5852_
[original reporter: @23Skidoo]
I want to include source code in my generated docs. This works when I invoke ocamldoc on the comm…
-
Hi, I am having some issues with the opam installation though the wsl terminal. when running ./install.sh it displays this option and then proceeds to just state 'done' without compiling the program. …
-
### Discussed in https://github.com/ansys/pyedb/discussions/705
Originally posted by **SteffenSee92** August 1, 2024
Hi everyone,
I have a PCB layout in SIwave, where I performed an Induce…
-
See e.g. https://github.com/ocaml/odoc/pull/784 for some confusion caused.
-
A potential approach would be to parse the HTML we receive from the doc pipeline with `Lambdasoup` and inject the highlighted code from `Hilite`. If we're satisfied with the approach, we may consider …
-
## Expected Behavior
Building without errors. 😉
## Actual Behavior
Using `dune build @all @doc` with or without `--watch`, I almost consistently get errors like this:
```text
File "../../…
-
There's some discussion on https://discuss.ocaml.org/t/ocaml-org-recapping-2022-and-queries-on-the-fediverse/11099/22 about saving energy for the cluster.
I suggest removing the lint-doc stage. Thi…