Sign inSign up

eldesh/coq

By eldesh

•Updated about 5 years ago

A Formal Proof Management System.

Image
1

3.9K

eldesh/coq repository overview

coq logo

⁠Docker/Coq

dockeri.co

⁠Summary

This image provides Coq built on Debian image. Coq is a formal proof management system besed on CIC mathematical system.

⁠Environment

  • working directory /home/coq

⁠How to use

⁠coqtop
$ docker run -it coq:latest coqtop
⁠coqc

For example: compile your .v file with coqc on the current directory.

$ ls src
foo.v
$ docker run -it -v `pwd`:/home/coq/src coq:latest coqc src/foo.v

⁠Tags

Provided tags bound to docker images.

  • latest(= 8.13.2)
  • 8.13.2
  • 8.13.1
  • 8.13.0
  • 8.12.2
  • 8.12.1
  • 8.12.0
  • 8.11.2
  • 8.11.1
  • 8.11.0
  • 8.10.2
  • 8.10.1
  • 8.10.0
  • 8.9.1
  • 8.9.0
  • 8.8.2
  • 8.8.1
  • 8.8.0
  • 8.7.2
  • 8.7.1
  • 8.7.0
  • 8.6pl1
  • 8.6
  • 8.5pl3
  • 8.5pl2
  • 8.5pl1
  • 8.4pl6
  • 8.4pl5
  • 8.4pl4
  • 8.4pl2
  • 8.4pl1
  • 8.3

Tag summary

Content type

Image

Digest

Size

2 GB

Last updated

about 5 years ago

docker pull eldesh/coq:8.13.2