-
Sometimes when building a project with package management I see this error:
```
Building ocaml-base-compiler.5.2.0
Building ocaml-config.3
Building base-unix.base
Bu…
-
There are no docs for odoc on ocaml.org - this appears to be a problem with the solver - https://docs.ci.ocaml.org/package/odoc.2.4.1 shows
```
Error from solver: Bad frame from worker: time="1.36…
-
`ocaml-platform` is installing a broken `odoc` binary in my switch:
```
❯ dune build @doc
File "lib/.cmdliner_stdlib.objs/byte/_unknown_", line 1, characters 0-0:
ERROR: File "cmdliner_stdlib.cm…
-
## Motivation/Requirements
- It is unclear how to generate orm for commands that use multiple events. Ref. alisher
```sql
-- Command
PROJECTOR ApplySalesMetrics AFTER EXECUTE ON (Orders, Pbill) INT…
-
## Context
Suppose you want ocaml-ci to test a repo containing two packages: `A` and `B`
Now, suppose that `B` depends on `C`, which depends on `A`.
OCaml-CI will pin "empty" versions of `A` …
-
I've run into an issue where odoc force inlines my includes in the generated doc. Its quite brittle, so I'm not sure what exactly causes it, but here is a minimal example.
Lets say i have a librar…
-
It would be useful to have more memory intensive benchmarks. It looks like `odoc` has dependencies that shouldn't be to complex to add considering what is already present. It will also build on the mu…
ctk21 updated
2 years ago
-
[Odoc](https://github.com/ocaml/odoc) is a documentation generator for OCaml. It reads doc comments , delimited with (** ... *), and outputs HTML. [Since 1.4.0 version](https://discuss.ocaml.org/t/odo…
-
I've seen several libraries use this style of comments:
```ocaml
(** [decode_float dec buff ofs len] decodes [len] samples in each channel and puts
* the result in [buff] starting at po…
-
Found when building vchan.6.0.0
Build logs at [https://docs.ci.ocaml.org/job/2023-02-14/101944-voodoo-do-24e042](https://docs.ci.ocaml.org/job/2023-02-14/101944-voodoo-do-24e042)
```
No dune: Missi…