Alpha Issiaga DIALLO
Alpha Issiaga DIALLO
This PR is motivate by [dune-opam-lint](https://github.com/ocurrent/opam-dune-lint). The command `dune external-lib-deps` is used by it and this command is removed in dune #4298. Getting the command back is not realistic, I...
Hi, I found this [issue](http://check.ocamllabs.io:8082/log/1635789041-74921b941eadf01afdaada8022665d38576e000f/5.00/bad/decompress.1.4.2) on OPAM health check, it's about the [decompress](https://github.com/mirage/decompress/blob/master/test/bin/bindings.t) package. The `main.c` file include `caml/callback.h`,the `ocaml-multicore` runtime now use `pthread` by default, we get this error...
Hi This is my version of Ocaml ``` The OCaml runtime, version 4.14.0+domains+dev0 The OCaml runtime, version 4.14.0+domains+dev0 Built with git hash '13a6be2a5' on branch 'master' with tag '' ```...
Hi. I'm new and I'm coding an app using "ocsigen-start". I'm using another database management system. Is it a good Idea to Functorize all part concerning the db and create...
This PR is about principally handling utf8 characters in quoted strings.
This is related to #9981. It turns out the fact that `bigarray` is ignored is not known to `select`.
This is a fix because the previous is not working (https://v2.ocaml.org/releases/5.1/api/String.html). I think labeling in `no-change-entry-needed` would be fine.
This issue is reported here https://github.com/mirage/capnp-rpc/issues/273, there's also a PR opened to fix it https://github.com/capnproto/capnproto/pull/1824. The issue appears on 32bit x86 machine when you are dealing with a file or...
This PR fix the issue https://github.com/mfp/ocaml-leveldb/issues/19. Naked pointers is no longer valid in OCaml 5.00 which is the next release.