forked from QuickChick/QuickChick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
29 lines (26 loc) · 719 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
opam-version: "1.2"
name: "coq-quickchick"
version: "0.1.0"
maintainer: "[email protected]"
homepage: "https://github.com/QuickChick/QuickChick"
dev-repo: "https://github.com/QuickChick/QuickChick.git"
bug-reports: "https://github.com/QuickChick/QuickChick/issues"
license: "MIT"
build: [ make "-j%{jobs}%" "plugin" ]
install: [ make "install-plugin" ]
remove: [ make uninstall ]
depends: [
"coq" {>= "8.7"}
"coq-ext-lib"
"coq-mathcomp-ssreflect" {>= "1.6" & < "1.7~"}
]
available: [ ocaml-version >= "4.06.0" ]
authors: [
"Leonidas Lampropoulos <>"
"Zoe Paraskevopoulou <>"
"Maxime Denes <>"
"Catalin Hritcu <>"
"Benjamin Pierce <>"
"Arthur Azevedo de Amorim <>"
"Antal Spector-Zabusky <>"
]