Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 460 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 460 Bytes

vagrant-opam

Vagrant configuration for a basic Coq programming environment.

Usage

Execute the following 3 commands

$ git clone https://github.com/bennn/vagrant-opam.git
$ cd vagrant-opam
$ vagrant up

You should now be the proud owner of a Linux VM with up-to-date:

  • OPAM
  • Coq
  • CoqIDE
  • Emacs + Proof General

Pre-Requisites