opam-repository icon indicating copy to clipboard operation
opam-repository copied to clipboard

Main public package repository for opam, the source package manager of OCaml.

Results 318 opam-repository issues
Sort by recently updated
recently updated
newest added

This is the summary of a discussion between @kit-ty-kate and I regarding how non-functional packages should be handled in the repository, more precisely in the context of #23649. The current...

policy discussion

Installation fails with this message: ``` #=== ERROR while compiling llvm.16.0.6+nnp ====================================# # context 2.1.5 | macos/arm64 | ocaml.5.1.1 | https://opam.ocaml.org#0286027b # path ~/.opam/default/.opam-switch/build/llvm.16.0.6+nnp # command ~/.opam/opam-init/hooks/sandbox.sh build dune build...

needs reporter action

I was recently trying for a fresh install of ocaml, and when I ran opam init -y it looks like it failed to compile ocaml-base-compiler. When I installed zstd with...

The [CI from my latest Caqti PR](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/2340fa3f28379eb7062a8d17af3fa3389df4faf2) shows that some packages fail during revdep builds since they require features from the `Result` module from stdlib which gets shadowed by older...

policy discussion

- OpamSolution.Fetch_fail("https://inqlab.net/projects/ocaml-base32/release/ocaml-base32-v1.0.0.tar.gz (curl: code 404 while downloading https://inqlab.net/projects/ocaml-base32/release/ocaml-base32-v1.0.0.tar.gz)") - OpamSolution.Fetch_fail("https://inqlab.net/projects/ocaml-cborl/release/ocaml-cborl-v0.1.0.tar.gz (curl: code 404 while downloading https://inqlab.net/projects/ocaml-cborl/release/ocaml-cborl-v0.1.0.tar.gz)") we probably want to recover the archives from caches and upload them to opam-source-archives.

following the tutorial on Ocaml website I tried to install the dream framework through OPAM and I get the following error. OS: Windows 11 | 23H2 [ERROR] The compilation of...

CI log ([links-mysql.0.9.8 (failed: mysql8.1.0 failed to build)](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/1bf8a8a232168bfebda5170ac014dc4c16872387/variant/compilers,5.1,yojson.2.1.2,revdeps,links-mysql.0.9.8) for PR #24832): ``` #=== ERROR while compiling mysql8.1.0 =========================================# # context 2.2.0~alpha3 | linux/x86_64 | ocaml-base-compiler.5.1.0 | file:///home/opam/opam-repository # path ~/.opam/5.1/.opam-switch/build/mysql8.1.0...

What I've seen: - For `ocaml-base-compiler`, documentation is generated successfully at https://ocaml.org/p/ocaml-base-compiler/5.0.0/doc/index.html. - Stdlib is not published as an opam package. It would be helpful to have it as an...

They don't need to be unavailable but then we can clean up a bit the CI logs. See https://github.com/ocaml/opam-repository/pull/24815