Home

Awesome

asdf-coq

Build Status

Coq plugin for asdf version manager.

Install

asdf plugin-add coq https://github.com/gingerhot/asdf-coq

Prerequisites

you need install some packages for building Coq:

opam install -y num ocamlfind camlp5

Usage

List all available Coq versions:

asdf list-all coq

Install one version of Coq:

asdf install coq 8.7.0

More asdf command details to asdf README.

Note