aboutsummaryrefslogtreecommitdiff
path: root/coqprime-8.4/README.md
blob: 8f1b93b129a516eb832110d0df89c59067e5c741 (plain)
1
2
3
4
5
6
7
8
9
# Coqprime (LGPL subset)

This is a mirror of the LGPL-licensed and autogenerated files from [Coqprime](http://coqprime.gforge.inria.fr/) for Coq 8.4. It was generated from [coqprime_par.zip](https://gforge.inria.fr/frs/download.php/file/35201/coqprime_par.zip). Due to the removal of files that are missing license headers in the upstream source, `make` no longer completes successfully. However, a large part of the codebase does build and contains theorems useful to us. Fixing the build system would be nice, but is not a priority for us.

## Usage

	make PrimalityTest/Zp.vo PrimalityTest/PocklingtonCertificat.vo
	cd ..
	coqide -R coqprime/Tactic Coqprime -R coqprime/N Coqprime -R coqprime/Z Coqprime -R coqprime/List Coqprime -R coqprime/PrimalityTest Coqprime YOUR_FILE.v # these are the dependencies for PrimalityTest/Zp, other modules can be added in a similar fashion