-
```
$ cd $(mktemp -d)
$ git init
$ echo 'opam-version: "2.0"' > test.opam
$ echo 'build: "true"' >> test.opam
$ git add test.opam
$ git commit -m initial-commit
$ opam install .
[succeeds]
$ …
-
As per title:
```
#=== ERROR while installing minios-xen.0.9 ====================================#
# opam-version 1.2.2
# os linux
# command make debug=n CONFIG_VERBOSE_BOOT=n
# path …
-
https://docs.ci.ocaml.org/job/2021-06-20/071453-voodoo-prep-e53723
```
prep: internal error, uncaught exception:
Failure("Error: run ['ocamlobjinfo'\n '/home/opam/.opam/4.12/share/ocaml…
-
**esy version:** 0.5.7-69bcf6
**Operating System:** Ubuntu
**Issue:** Manifest which points to an opam file is incorrectly rejected
**Package.json**
```
"@opam/conf-openblas": {
"s…
-
the seemingly innocuous ocaml/opam-repository@3044264138073fb14576d59b8278c4f8f9b43e51 change broke all `opam update` calls in CI immediately with:
```
[default] synchronised from git+file:///home…
-
```
#=== ERROR while compiling conf-libssl.4 ======================================#
# context 2.1.4 | macos/x86_64 | ocaml-base-compiler.5.0.0~rc1 | git+https://github.com/ocaml/opam-repository…
-
I followed the install instructions, when I try to install core_kernel, I run into issues [3]. My best guess is that opam is doing the wrong thing because it thinks it's on a windows system[1], even t…
-
(related to #4940)
## Actual Behavior
Lets say I have a project like this one:
![project with two .opams, the second depending on the first, and a vendors directory](https://user-ima…
-
I tried compiling jackline on macOS by installing OCaml and following the instructions:
```
opam install jackline
The following actions will be performed:
∗ install erm_xml 0.3.1 [required …
-
It all started with the following dune build error (dune verbose output showed linking command with a lot of .cmxa passed to ocamlopt):
```
$ dune build
File "_none_", line 1:
E…
Lupus updated
10 months ago