Nicolás Ojeda Bär
Nicolás Ojeda Bär
Fixes #54
 Can probably be fixed by moving the `sqlite3.h` include *before* the Caml headers.
In this PR: - Add missing dependencies when producing `stdlib/.depend`; and - Add missing dependency of `ocaml{c,opt}.opt` on `stdlib/libasmrun.$(A)`
This PR adds Multicore support to the RISC-V backend, closely following what was done for Arm64. The memory model is implemented by the following sequences: OCaml operation | RISC-V operation...
This PR proposes a way to add a **single file** to the load path (which up to now consisted of a list of directories). The reasons for doing so are...
After one starts using `merlin` to edit a file on Emacs under Windows it is not possible to move the containing directory around, which is quite inconvenient. Closing `emacs` does...
It would be nice to be able to restrict the output of `dune describe` to specific libraries (in this case it would print information about a library and all of...
(This was discussed during the WG1 meeting today 22/11/2021, and the conclusion was that there is some design work to do.) The question is how to design an API that...
Hello, Example 62 says > The setext heading underline cannot be a lazy continuation line in a list item or block quote: But the example seems to contradict that: ```...
```bash $ ls -a . .. .ocamlformat .ocamlformat-ignore a.ml $ cat .ocamlformat $ cat .ocamlformat-ignore *.ml $ cat a.ml let _ = 1 $ ocamlformat a.ml let _ = 1...