-
Hi,
Thanks for your work!
I am having a little issue, it seems coq-deriving is failing for Coq 8.18 and Ocaml 5.1.0:
```
[ERROR] The compilation of coq-deriving.dev failed at "make -j 11".
…
-
from what I understand the build fails because of ocaml 5.0.
using ocaml-libvirt-git, the build (either 2.2.0 or 2.3.4 or git) fails with:
```
make[2] : on entre dans le répertoire « /home/solsti…
-
### Describe the bug
I'm trying to run opam-publish, but running it gives an error, as shown below.
### Steps To Reproduce
Steps to reproduce the behavior:
1. Running the following command cause…
-
Hello.
Im running google-drive-ocamlfuse-opam 0.7.31-1 from within Manjaro Linux (installed via AUR package).
For some odd reason, when I try to mount, and then access my Google Drive using:
…
-
```
error[E0277]: the trait bound `Result: IntoValue` is not satisfied
--> src/lib.rs:46:1
|
46 | #[ocaml::func]
| ^^^^^^^^^^^^^^ the trait `IntoValue` is not implemented for `Result`
…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. I have the following shell.nix:
```
{ pkgs ? import {} }:
let
ocamlPackages = pkgs.ocaml-ng.ocamlPackages_5_0;
# ocamlPackages …
-
[Objective](https://dash.gcp.marigold.dev/projects/MDEwOlJlcG9zaXRvcnkzNzM4MDc1NzM=/14)
Deadline: 2022-10-25 00:00:00
-
This is an existing issue which we have been observing and battling repeatedly.
I now saw it again and decided to track it separately from the general #338 and #384.
Overall this is in the gray zone…
-
Given the following contents in `test.ml`:
```
type t = string
[@@deriving show]
let () =
print_endline (show "foo")
```
And a ppx binary to do the transforms:
```
$ ocamlfind opt -…
-
This is a summary of problems I noted in #2649 which really need someone with ocaml skills:
# Testing with ocaml 5
Ocaml 5 should now work, but nobody involved with easy access to it has actuall…