How does one install a new version of Coq when it cannot find the repositories in a new Mac M1 machine?
Asked Answered
coq
S

2

0

I got a new machine (mac book m1, not sure if it matters) and I noticed I didn't have Coq:

(base) brandomiranda~ ❯ coqc -v

zsh: command not found: coqc

So I went to the instructions to download coq (https://coq.inria.fr/opam-using.html). Some part of it seems to work:

(base) brandomiranda~ ❯ opam init
eval $(opam env)

<><> Required setup - please read <><><><><><><><><><><><><><><><><><><><><>  🐫

  In normal operation, opam only alters files within ~/.opam.

  However, to best integrate with your system, some environment variables
  should be set. If you allow it to, this initialisation step will update
  your zsh configuration by adding the following line to ~/.zshrc:

    [[ ! -r /Users/brandomiranda/.opam/opam-init/init.zsh ]] || source /Users/brandomiranda/.opam/opam-init/init.zsh  > /dev/null 2> /dev/null

  Otherwise, every time you want to access your opam installation, you will
  need to run:

    eval $(opam env)

  You can always re-run this setup with 'opam init' later.

Do you want opam to modify ~/.zshrc? [N/y/f]
(default is 'no', use 'f' to choose a different file) y
A hook can be added to opam's init scripts to ensure that the shell remains in sync with the opam environment when they are loaded. Set that up? [y/N] y

User configuration:
  Updating ~/.zshrc.

but then when I go get and pin coq opam can't find it:

(base) brandomiranda~ ❯ opam pin add coq 8.15.0
[ERROR] Package coq has no known version 8.15.0 in the repositories

anyone know what is going on? Seems puzzling.


cross: https://coq.discourse.group/t/how-to-install-coq-when-it-says-the-repository-cannot-be-found/1562 https://github.com/coq/platform/issues/219


Getting this issue now:

(base) brandomiranda~ ❯ opam upgrade
[WARNING] Upgrade is not possible because of conflicts or packages that are no longer available:
    - Missing dependency:
    - ocaml-base-compiler = 4.07.0
    unmet availability conditions: '!(os = "macos" & arch = "arm64")'

You may run "opam upgrade --fixup" to let opam fix the current state.
(base) brandomiranda~ ❯ opam upgrade --fixup
[ERROR] It appears that the switch invariant is no longer satisfiable. Either fix the package prerequisites or change the invariant with 'opam switch set-invariant'.
  * Missing dependency:
    - ocaml-base-compiler = 4.07.0
    unmet availability conditions: '!(os = "macos" & arch = "arm64")'

No solution found, exiting
(base) brandomiranda~ ❯ opam remove ocaml-base-compiler
  * Missing dependency:
    - ocaml-base-compiler = 4.07.0
    unmet availability conditions: '!(os = "macos" & arch = "arm64")'

No solution found, exiting

also:

(base) brandomiranda~ ❯ opam info coq

<><> coq: information on all versions <><><><><><><><><><><><><><><><><><><>  🐫
name         coq
all-versions 8.3  8.4pl1  8.4pl2  8.4pl4  8.4.5  8.4.6~camlp4  8.4.6  8.5.0~camlp4  8.5.0  8.5.1  8.5.2~camlp4  8.5.2  8.5.3  8.6  8.6.1  8.7.0  8.7.1  8.7.1+1  8.7.1+2  8.7.2
             8.8.0  8.8.1  8.8.2  8.9.0  8.9.1  8.10.0  8.10.1  8.10.2  8.11.0  8.11.1  8.11.2  8.12.0  8.12.1  8.12.2  8.13.0  8.13.1  8.13.2  8.14.0  8.14.1  8.15.0

<><> Version-specific details <><><><><><><><><><><><><><><><><><><><><><><>  🐫
version      8.15.0
repository   default
url.src      "https://github.com/coq/coq/archive/refs/tags/V8.15.0.tar.gz"
url.checksum "sha256=73466e61f229b23b4daffdd964be72bd7a110963b9d84bd4a86bb05c5dc19ef3"
homepage     "https://coq.inria.fr/"
bug-reports  "https://github.com/coq/coq/issues"
dev-repo     "git+https://github.com/coq/coq.git"
authors      "The Coq development team, INRIA, CNRS, and contributors."
maintainer   "[email protected]"
license      "LGPL-2.1-only"
depends      "ocaml" {>= "4.05.0"}
             "ocamlfind" {build}
             "dune" {>= "2.5.1"}
             "conf-findutils" {build}
             "zarith" {>= "1.10"}
depopts      "coq-native"
conflicts    "base-nnp" "ocaml-option-nnpchecker"
synopsis     Formal proof management system
description  The Coq proof assistant provides a formal language to write
             mathematical definitions, executable algorithms, and theorems, together
             with an environment for semi-interactive development of machine-checked
             proofs. Typical applications include the certification of properties of programming
             languages (e.g., the CompCert compiler certification project and the
             Bedrock verified low-level programming library), the formalization of
             mathematics (e.g., the full formalization of the Feit-Thompson theorem
             and homotopy type theory) and teaching.

(base) brandomiranda~ ❯ opam switch create NAME 4.07.0

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><>  🐫
Switch invariant: ["ocaml-base-compiler" {= "4.07.0"} | "ocaml-system" {= "4.07.0"}]
[ERROR] Could not determine which packages to install for this switch:
  * Missing dependency:
    - ocaml-base-compiler = 4.07.0 | ocaml-system = 4.07.0
    unmet availability conditions: '!(os = "macos" & arch = "arm64")'
    unmet availability conditions: 'sys-ocaml-version = "4.07.0"'


Switch initialisation failed: clean up? ('n' will leave the switch partially installed) [Y/n] Y

seems there was an error:

βˆ— installed eprover.2.6
[ERROR] The compilation of cairo2.0.6.2 failed at "dune build -p cairo2 -j 16".
βˆ— installed ocamlgraph.2.0.0
βˆ— installed zarith.1.12
βˆ— installed coq-coqprime-generator.dev
βˆ— installed ocaml-migrate-parsetree.1.8.0
[ERROR] The compilation of z3.4.8.13 failed at "python3 scripts/mk_make.py --ml".
βˆ— installed menhir.dev
βˆ— installed ppxlib.0.15.0
βˆ— installed ppx_deriving.5.1
βˆ— installed elpi.1.14.1
⬇ retrieved coq-unimath.dev  (git+https://github.com/UniMath/UniMath.git#master)
Processing 188/279: [coq: make]

βˆ— installed coq.dev
βˆ— installed coq-dpdgraph.dev
βˆ— installed coq-hammer-tactics.dev
βˆ— installed coq-ext-lib.dev
βˆ— installed coq-aac-tactics.dev
βˆ— installed coq-libhyps.dev
βˆ— installed coq-hammer.dev
βˆ— installed coq-paramcoq.dev
βˆ— installed coq-menhirlib.dev
βˆ— installed coq-simple-io.dev
βˆ— installed coq-bignums.dev
βˆ— installed coq-unicoq.dev
βˆ— installed coq-mathcomp-ssreflect.dev
βˆ— installed coq-hott.dev
βˆ— installed coq-stdpp.dev
βˆ— installed coq-flocq.3.dev
βˆ— installed coq-math-classes.dev
βˆ— installed coq-coquelicot.dev
βˆ— installed coq-coqprime.dev
βˆ— installed coq-equations.dev
βˆ— installed coq-gappa.dev
βˆ— installed coq-mathcomp-bigenough.dev
[ERROR] The compilation of coq-interval.dev failed at "./remake -j16".
βˆ— installed coq-mathcomp-fingroup.dev
βˆ— installed coq-elpi.dev
βˆ— installed coq-mtac2.dev
βˆ— installed coq-mathcomp-finmap.dev
βˆ— installed coq-hierarchy-builder.dev
βˆ— installed coq-reglang.dev
βˆ— installed coq-quickchick.dev
βˆ— installed coq-compcert.dev
βˆ— installed coq-iris.dev
βˆ— installed coq-mathcomp-algebra.dev
βˆ— installed coq-mathcomp-zify.dev
βˆ— installed coq-mathcomp-multinomials.dev
βˆ— installed coq-iris-heap-lang.dev
βˆ— installed coq-mathcomp-solvable.dev
βˆ— installed coq-corn.dev
βˆ— installed coq-mathcomp-field.dev
βˆ— installed coq-mathcomp-real-closed.dev
βˆ— installed coq-coqeal.dev
βˆ— installed coq-mathcomp-character.dev
βˆ— installed coq-mathcomp-analysis.dev
βˆ— installed coq-unimath.dev
βˆ— installed coq-vst.dev

#=== ERROR while compiling z3.4.8.13 ==========================================#
# context              2.1.2 | macos/arm64 | ocaml-base-compiler.4.10.2 | file:///Users/brandomiranda/Downloads/platform-2022.01.0/opam/opam-repository
# path                 ~/.opam/__coq-platform.2022.01.0~dev/.opam-switch/build/z3.4.8.13
# command              ~/.opam/opam-init/hooks/sandbox.sh build python3 scripts/mk_make.py --ml
# exit-code            1
# env-file             ~/.opam/log/z3-96628-ab4f2a.env
# output-file          ~/.opam/log/z3-96628-ab4f2a.out
### output ###
# [...]
# Copied 'z3types.cpython-39.pyc'
# Copied 'z3core.cpython-39.pyc'
# Testing ocamlc...
# Testing ocamlopt...
# Traceback (most recent call last):
#   File "/Users/brandomiranda/.opam/__coq-platform.2022.01.0~dev/.opam-switch/build/z3.4.8.13/scripts/mk_make.py", line 18, in <module>
#     mk_bindings(API_files)
#   File "/Users/brandomiranda/.opam/__coq-platform.2022.01.0~dev/.opam-switch/build/z3.4.8.13/scripts/mk_util.py", line 3044, in mk_bindings
#     check_ml()
#   File "/Users/brandomiranda/.opam/__coq-platform.2022.01.0~dev/.opam-switch/build/z3.4.8.13/scripts/mk_util.py", line 450, in check_ml
#     raise MKException('Failed testing ocamlopt compiler. Set environment variable OCAMLOPT with the path to the Ocaml native compiler. Note that ocamlopt may require flexlink to be in your path.')
# mk_exception.MKException: 'Failed testing ocamlopt compiler. Set environment variable OCAMLOPT with the path to the Ocaml native compiler. Note that ocamlopt may require flexlink to be in your path.'


#=== ERROR while compiling coq-interval.dev ===================================#
# context              2.1.2 | macos/arm64 | ocaml-base-compiler.4.10.2 | https://coq.inria.fr/opam/extra-dev#2022-02-15 19:00
# path                 ~/.opam/__coq-platform.2022.01.0~dev/.opam-switch/build/coq-interval.dev
# command              ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j16
# exit-code            1
# env-file             ~/.opam/log/coq-interval-96628-942e59.env
# output-file          ~/.opam/log/coq-interval-96628-942e59.out
### output ###
# [...]
# [deprecated-syntactic-definition,deprecated]
# File "./src/Interval/Transcend.v", line 2077, characters 14-24:
# Warning: Notation plus_assoc is deprecated since 8.16.
# The Arith.Plus file is obsolete. Use Nat.add_assoc instead.
# [deprecated-syntactic-definition,deprecated]
# Finished src/Interval/Transcend.vo
# Finished src/Interval/Float_full.vo
# File "./src/Tactic.v", line 22, characters 0-42:
# Warning:
# New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function.
# [ambiguous-paths,typechecker]
# Finished src/Tactic.vo


#=== ERROR while compiling cairo2.0.6.2 =======================================#
# context              2.1.2 | macos/arm64 | ocaml-base-compiler.4.10.2 | https://opam.ocaml.org#28fab8d8
# path                 ~/.opam/__coq-platform.2022.01.0~dev/.opam-switch/build/cairo2.0.6.2
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p cairo2 -j 16
# exit-code            1
# env-file             ~/.opam/log/cairo2-96628-a005f1.env
# output-file          ~/.opam/log/cairo2-96628-a005f1.out
### output ###
#   ocamlmklib src/dllcairo_stubs.so,src/libcairo_stubs.a (exit 2)
# (cd _build/default && /Users/brandomiranda/.opam/__coq-platform.2022.01.0~dev/bin/ocamlmklib.opt -g -o src/cairo_stubs src/cairo_stubs.o -L/opt/homebrew/opt/freetype/lib -lfreetype -L/opt/homebrew/Cellar/fontconfig/2.13.1/lib -L/opt/homebrew/opt/freetype/lib -lfontconfig -lfreetype -L/opt/homebrew/Cellar/cairo/1.16.0_5/lib -lcairo)
# ld: in '/usr/local/lib/libpng16.16.dylib', building for macOS-arm64 but attempting to link with file built for macOS-x86_64
# clang: error: linker command failed with exit code 1 (use -v to see invocation)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><>  🐫
β”Œβ”€ The following actions failed
β”‚ Ξ» build cairo2       0.6.2
β”‚ Ξ» build coq-interval dev
β”‚ Ξ» build z3           4.8.13
└─
β”Œβ”€ The following changes have been performed (the rest was aborted)
β”‚ βˆ— install camlp5                    7.14
β”‚ βˆ— install conf-adwaita-icon-theme   2
β”‚ βˆ— install conf-autoconf             0.1
β”‚ βˆ— install conf-automake             1
β”‚ βˆ— install conf-cairo                1
β”‚ βˆ— install conf-findutils            1
β”‚ βˆ— install conf-g++                  1.0
β”‚ βˆ— install conf-gcc                  1.0
β”‚ βˆ— install conf-gmp                  4
β”‚ βˆ— install conf-gtk3                 18
β”‚ βˆ— install conf-gtksourceview3       0+2
β”‚ βˆ— install conf-libtool              1
β”‚ βˆ— install conf-perl                 2
β”‚ βˆ— install conf-pkg-config           2
β”‚ βˆ— install conf-python-3             9.0.0
β”‚ βˆ— install conf-which                1
β”‚ βˆ— install coq                       dev
β”‚ βˆ— install coq-aac-tactics           dev
β”‚ βˆ— install coq-bignums               dev
β”‚ βˆ— install coq-compcert              dev
β”‚ βˆ— install coq-coqeal                dev
β”‚ βˆ— install coq-coqprime              dev
β”‚ βˆ— install coq-coqprime-generator    dev
β”‚ βˆ— install coq-coquelicot            dev
β”‚ βˆ— install coq-corn                  dev
β”‚ βˆ— install coq-dpdgraph              dev
β”‚ βˆ— install coq-elpi                  dev
β”‚ βˆ— install coq-equations             dev
β”‚ βˆ— install coq-ext-lib               dev
β”‚ βˆ— install coq-flocq                 3.dev
β”‚ βˆ— install coq-gappa                 dev
β”‚ βˆ— install coq-hammer                dev
β”‚ βˆ— install coq-hammer-tactics        dev
β”‚ βˆ— install coq-hierarchy-builder     dev
β”‚ βˆ— install coq-hott                  dev
β”‚ βˆ— install coq-iris                  dev
β”‚ βˆ— install coq-iris-heap-lang        dev
β”‚ βˆ— install coq-libhyps               dev
β”‚ βˆ— install coq-math-classes          dev
β”‚ βˆ— install coq-mathcomp-algebra      dev
β”‚ βˆ— install coq-mathcomp-analysis     dev
β”‚ βˆ— install coq-mathcomp-bigenough    dev
β”‚ βˆ— install coq-mathcomp-character    dev
β”‚ βˆ— install coq-mathcomp-field        dev
β”‚ βˆ— install coq-mathcomp-fingroup     dev
β”‚ βˆ— install coq-mathcomp-finmap       dev
β”‚ βˆ— install coq-mathcomp-multinomials dev
β”‚ βˆ— install coq-mathcomp-real-closed  dev
β”‚ βˆ— install coq-mathcomp-solvable     dev
β”‚ βˆ— install coq-mathcomp-ssreflect    dev
β”‚ βˆ— install coq-mathcomp-zify         dev
β”‚ βˆ— install coq-menhirlib             dev
β”‚ βˆ— install coq-mtac2                 dev
β”‚ βˆ— install coq-paramcoq              dev
β”‚ βˆ— install coq-quickchick            dev
β”‚ βˆ— install coq-reglang               dev
β”‚ βˆ— install coq-simple-io             dev
β”‚ βˆ— install coq-stdpp                 dev
β”‚ βˆ— install coq-unicoq                dev
β”‚ βˆ— install coq-unimath               dev
β”‚ βˆ— install coq-vst                   dev
β”‚ βˆ— install cppo                      1.6.8
β”‚ βˆ— install csexp                     1.5.1
β”‚ βˆ— install dune                      2.9.3
β”‚ βˆ— install dune-configurator         2.9.3
β”‚ βˆ— install elpi                      1.14.1
β”‚ βˆ— install eprover                   2.6
β”‚ βˆ— install gmp-ecm                   7.0.3
β”‚ βˆ— install menhir                    dev
β”‚ βˆ— install menhirLib                 dev
β”‚ βˆ— install menhirSdk                 dev
β”‚ βˆ— install num                       1.4
β”‚ βˆ— install ocaml-compiler-libs       v0.12.4
β”‚ βˆ— install ocaml-migrate-parsetree   1.8.0
β”‚ βˆ— install ocamlbuild                0.14.1
β”‚ βˆ— install ocamlfind                 1.9.3
β”‚ βˆ— install ocamlgraph                2.0.0
β”‚ βˆ— install ppx_derivers              1.2.1
β”‚ βˆ— install ppx_deriving              5.1
β”‚ βˆ— install ppxlib                    0.15.0
β”‚ βˆ— install re                        1.10.3
β”‚ βˆ— install result                    1.5
β”‚ βˆ— install seq                       base
β”‚ βˆ— install sexplib0                  v0.14.0
β”‚ βˆ— install stdlib-shims              0.3.0
β”‚ βˆ— install zarith                    1.12
└─

<><> cairo2.0.6.2 troubleshooting <><><><><><><><><><><><><><><><><><><><><>  🐫
=> Try to re-run the install command with PKG_CONFIG_PATH pointing a pkg-config path including libffi, e.g. if you use homebrew you can try
   PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig

The former state can be restored with:
    /opt/homebrew/bin/opam switch import "/Users/brandomiranda/.opam/__coq-platform.2022.01.0~dev/.opam-switch/backup/state-20220216165905.export"

when running the coq plataform script:

(base) brandomiranda~/Downloads/platform-2022.01.0 ❯ bash coq_platform_make.sh
Summit answered 14/2, 2022 at 20:20 Comment(11)
Did you opam update? What does opam info coq tell you? – Gianna
Updated question with new errors. Seems I have the wrong version of ocaml. Tried uninstalling it but couldn't make it work. Also it does seem to show info about coq...? Unsure how to fix it. I already tried uninstalling ocaml... – Summit
I think you need to create a new switch in order to change OCaml versions. See the opam switch manpage. For example, opam switch create NAME 4.07.0. – Underbid
@ana-borges I'm confused, what do I do after that? – Summit
@ana-borges opam switch create NAME 4.07.0 <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><> 🐫 Switch invariant: ["ocaml-base-compiler" {= "4.07.0"} | "ocaml-system" {= "4.07.0"}] [ERROR] Could not determine which packages to install for this switch: * Missing dependency: - ocaml-base-compiler = 4.07.0 | ocaml-system = 4.07.0 unmet availability conditions: '!(os = "macos" & arch = "arm64")' unmet availability conditions: 'sys-ocaml-version = "4.07.0"' Switch initialisation failed: clean up? ('n' will leave the switch partially installed) – Summit
@CharlieParker Ok, that didn't solve the problem. It appears that opam can't install OCaml 4.07.0 on your machine due to unmet conditions, but I don't know why they aren't available. You can try more recent versions of OCaml, or probably what you should actually do is use the Coq Platform scripts as suggested by Zimm i48. – Underbid
Indeed @ana-borges, it turns out (from the related Discourse discussion) that only OCaml >= 4.10.2 is compatible with Apple M1. – Horsepowerhour
see this gitissue: github.com/coq/platform/issues/219 – Summit
what is wrong with doing opam repo add coq-released then https://coq.inria.fr/opam/released opam install coq? – Summit
related for a specific version of coq: #54395010 – Summit
related: #54122227 – Summit
H
4

If you are not an opam / OCaml expert, then you're best bet to install Coq with opam is to rely on the scripts provided by the Coq Platform. See: https://github.com/coq/platform/releases

These interactive scripts will take care of:

  • creating a new opam switch
  • installing an appropriate version of the OCaml compiler
  • installing any external dependencies you need (e.g., if you want CoqIDE)
  • they can also propose to install a collection of additional Coq packages that can be useful for Coq projects

Finally, relying on this script creates a sound basis that you can later extend if you need more Coq packages that were not included in the Platform.

Horsepowerhour answered 15/2, 2022 at 7:27 Comment(11)
I'm confused, is what your suggesting to use this dmg github.com/coq/platform/releases/download/2022.01.0/… then why does the coq page seem to suggest to use Opam? (though I would like to learn to use opam I admit) – Summit
I guess I got confused because of this page coq.inria.fr/opam-using.html so opam isn't the recommended way to install Coq (especially if I want to use it outside of the coqide e.g. emacs, vscode) – Summit
This page recommends binary installers for beginners or platform scripts for experienced users. What I mentioned in my answer are the Platform scripts, not the binary installers. They are a good place to start using opam because they will create a good opam configuration for you that you can then learn to extend. The page you link to also talk about the Platform scripts as the recommended solution. – Horsepowerhour
ok got it. Coq installation scripts. However, given that my machine is in a weird situation -- was restored from a intel time machine but the hardware is the M1. How do I unistall and removing everything and essentially start from scratch? Then I assume the script you suggest are ok to do. Right? – Summit
In principle, the Platform scripts are safe to run even if you have other switches around, including some that might be in a weird situation. But removing everything first (rm -rf ~/.opam) is always an option of course. – Horsepowerhour
weird I did run the coq plataform scripts...but got errors (see question detaios). The coqc -v doesn't think coqc exists...any idea what to do? – Summit
Something that I didn't notice initially but that was noted by Michael here is that you seem to have selected the "dev" variant. Try any other release (such as Coq 8.14, which should be the default) and you will get fewer failures. As for getting coqc -v to work, I would expect that you just need to re-run eval $(opam env) first. – Horsepowerhour
indepedently discovered that after running eval $(opam ev) coqc started working...mysterious! – Summit
When you installed opam, it asked if it should alter your environment or if you prefer to load it every time with eval $(opam env). It seems that you chose the latter. – Horsepowerhour
btw this gitissue: github.com/coq/platform/issues/219 looks useful – Summit
what is wrong with doing opam repo add coq-released then https://coq.inria.fr/opam/released opam install coq? – Summit
S
1

In case you are confsued what "install with the Coq Platform scripts" means here is a few more details:

Installing Coq

  1. install brew: https://brew.sh/

  2. Follow the Coq Platform scripts for installation: https://coq.inria.fr/opam-using.html or "Installation by compiling from Sources using opam" https://github.com/coq/platform/blob/main/doc/README_macOS.md.

Last time I installed this I downloaded their coq zip file with the instlal script (note check for most recent or version you want e.g. at https://github.com/coq/platform/blob/main/doc/README_macOS.md):

https://github.com/coq/platform/archive/refs/tags/2022.01.0.zip

and ran after cding to the unzipped files location of the above:

bash coq_platform_make.sh

select the version you want (likely something stable! Avoid, beta, dev. At the time of this writing option 7.

  1. you might have to do eval $(opam env).

  2. Check it installed correctly:

coqc -v

output something like:

The Coq Proof Assistant, version 8.16+alpha
compiled with OCaml 4.10.2

if its working


Note, for HPCs

it seems one can do this too:

# - install opam
# brew install opam
# https://mcmap.net/q/1925306/-how-does-one-install-opam-with-conda-for-mac-apple-os-x
conda install -c conda-forge opam
opam init
# if doing local env? https://mcmap.net/q/1772957/-what-does-eval-opam-env-do-does-it-activate-a-opam-environment-duplicate
#eval $(opam env)

# - install coq
# local install
#opam switch create . 4.12.1
#eval $(opam env)
#opam repo add coq-released https://coq.inria.fr/opam/released
#opam install coq

# If you want a single global (wrt conda) coq installation (for say your laptop):
opam switch create 4.12.1
opam switch 4.12.1
opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq
Summit answered 14/2, 2022 at 20:20 Comment(2)
see this gitissue: github.com/coq/platform/issues/219 – Summit
how do you install a specific version of Coq with opam? – Summit

© 2022 - 2024 β€” McMap. All rights reserved.