Skip to content

Commit

Permalink
Add Coq 8.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedenes committed Dec 16, 2016
1 parent 4df2584 commit aea575b
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/coq/coq.8.6/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Formal proof management system.
13 changes: 13 additions & 0 deletions packages/coq/coq.8.6/files/coq.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
bin: [
"bin/gallina"
"bin/coqwc"
"bin/coqtop"
"bin/coqmktop"
"bin/coqdoc"
"bin/coqdep"
"bin/coqchk"
"bin/coqc"
"bin/coq_makefile"
"bin/coq-tex"
"bin/coqworkmgr"
]
34 changes: 34 additions & 0 deletions packages/coq/coq.8.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
opam-version: "1.2"
name: "coq"
version: "8.6"
maintainer: "Maxime Dénès <[email protected]>"
authors: "The Coq development team, INRIA, CNRS, University Paris Sud, University Paris 7, Ecole Polytechnique."
homepage: "https://coq.inria.fr/"
bug-reports: "https://coq.inria.fr/bugs/"
dev-repo: "https://github.com/coq/coq.git"
license: "LGPL 2"
build: [
[
"./configure"
"-configdir"
"%{lib}%/coq/config"
"-mandir"
man
"-prefix"
prefix
"-usecamlp5"
"-camlp5dir"
"%{lib}%/camlp5"
"-coqide"
"no"
"-debug"
]
[make "-j%{jobs}%"]
]
remove: ["rm" "-R" "%{lib}%/coq"]
depends: [
"ocamlfind"
"camlp5"
]
available: [ocaml-version >= "4.01.0"]
install: [make "install"]
2 changes: 2 additions & 0 deletions packages/coq/coq.8.6/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/coq/coq/archive/V8.6.tar.gz"
checksum: "d60092c39f0cf428b35efff71641c3eb"

0 comments on commit aea575b

Please sign in to comment.