$ opam repository set-url --strict default "git://github.com/GgnDpSngh/opam-repository.git#ef9a4b1448581b3de004c85ce9409eaacee2bdd0"
[default] Initialised
[ERROR] In /home/opam/.opam/repo/default/packages/elina/elina.1.1/opam:
This file is for package 'elina.1.1' but has mismatching fields 'version:1.3.
[ERROR] Strict mode: aborting
[ERROR] Could not update repository "default": OpamStd.OpamSys.Exit(30)
This succeeds (see #4779), but now on Linux:
$ opam pin add -k version -yn elina.1.1 1.1
elina is now pinned to version 1.1
succeeds, however on macOS the package does not even exist anymore (it existed before, see https://opam.ocaml.org/packages/elina/):
$ opam show elina
[ERROR] No package matching elina found
This succeeds (see #4779), but now on Linux:
succeeds, however on macOS the package does not even exist anymore (it existed before, see https://opam.ocaml.org/packages/elina/):