-
This turned up on https://github.com/ocaml/opam-repository and looks like
```
#=== ERROR while compiling decoders.1.0.0 =====================================#
# context 2.4.0~alpha1…
-
Hello,
Opam requires the opam file to be at the root of the repository to allow installing/pinning the repo.
At the moment, to pin charon, one must clone the repo and pin it locally, it cannot be …
-
This project currently fails to build on OCaml 5.3 with:
```
#=== ERROR while compiling mlx.0.9 ============================================#
# context 2.4.0~alpha1~dev | linux/x86_64 …
-
See https://github.com/ocaml/opam-repository/pull/26799
Most pre-releases should have at least:
```
flags: avoid-version
available: opam-version >= "2.1.0"
```
There are of course exceptions (…
-
Dear @Julow, would you mind to do the magic so that the nix stuff uses a more up-to-date opam-repository? The current CI fails since it uses an opam-repository that points to unavailable tarballs (due…
-
### Why is it worth to add this package?
opam 2.0.3, dated Feb 1, 2019, is currently in the Termux repository. This is a request to update it, as the current stable release version is: opam 2.2.1, re…
-
Currently irmin fails on OCaml 5.3 with:
```
#=== ERROR while compiling irmin.3.9.0 ========================================#
# context 2.4.0~alpha1~dev | linux/x86_64 | ocaml-variants…
-
I had the following in the opam package files in the current directory:
```console
simmo@goblint-new:/mnt/goblint-svcomp/sv-comp/goblint-clean/goblint$ grep ppxlib goblint.opam
"ppxlib" {>= "0.…
-
ocamlformat current fails to build with OCaml 5.3:
```
#=== ERROR while compiling ocamlformat-lib.0.26.2 =============================#
# context 2.3.0~alpha~dev | linux/x86_64 | ocaml…
-
Hello,
I am trying to create an opam package that can install liblinear in user-space.
It should install two executables in opam's bin directory (liblinear-train and liblinear-predict).
The goa…