-
My understanding is that an `uninstall` command should only remove packages, but observed:
https://github.com/ocaml-community/cppo/actions/runs/10004261944/job/27652618559?pr=88
```
Run opam uninst…
-
Hi,
I use `dune-release` for [`ocaml-decoders`](https://github.com/mattjbray/ocaml-decoders). It's great!
Recently I started using `(generate_opam_files true)`.
`dune-release` with no args no…
-
The "libraries" field is supported but does not seem that anything in the ecosystem is using it:
https://github.com/ocaml/opam/blob/4d9db690420e36d995e6a0afe18660bcb45bea49/src/format/opamFile.mli#…
-
From the page http://opam.ocaml.org/, one can access this page listing package update in opam repo: http://opam.ocaml.org/packages/index-date.html . But none of these pages provide a RSS feed for this…
zoggy updated
3 years ago
-
```
error: builder for '/nix/store/zpssmmd2cifm4xlsyksnx04vmskx0iwi-eio_posix-1.1.drv' failed with exit code 1;
last 20 log lines:
> Running phase: unpackPhase
> unpacking sou…
-
As mentioned very briefly at the end of https://github.com/tarides/ocaml-platform/issues/19, we need to discuss what to do about the situation that both `dune-release` and `opam-publish` are in the Pl…
-
When trying to build metapp (both `master` and 0.4.4), I'm receiving a SIGBUS during (what I presume is) the `metapp.ppx` step of the process.
This is on macOS 14.2.1 and XCode 15.1.
**Steps to …
-
Why did you choose `http://ocaml-redesign.github.io/docs/opam/?package=async_core&module=Async_or_error` instead of `http://ocaml-redesign.github.io/docs/opam/async_core/Async_or_error/` ?
-
It would be nice to have tags on some commits. For instance:
- release of the compiler
- release of the ocaml/opam docker image
That would allow having some meaning when referring to commits for …
-
After discussion of https://github.com/coq/opam-coq-archive/issues/2442 in today's Coq Call, I'm opening this issue to track support for releasing Coq using `dune-release`.
The whole process seems …