Commit 0363730 1 parent 7ca9a00 commit 0363730 Copy full SHA for 0363730
File tree 1 file changed +64
-0
lines changed
released/packages/coq-quickchick/coq-quickchick.2.1.0
1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Randomized Property-Based Testing for Coq"
3
+ description: """\
4
+ A library for property-based testing in Coq.
5
+
6
+ - Combinators for testable properties and random generators.
7
+ - QuickChick plugin for running tests in a Coq session.
8
+ - Includes a mutation testing tool."""
9
+
10
+ authors: [
11
+ "Leonidas Lampropoulos"
12
+ "Zoe Paraskevopoulou"
13
+ "Maxime Denes"
14
+ "Catalin Hritcu"
15
+ "Benjamin Pierce"
16
+ "Li-yao Xia"
17
+ "Arthur Azevedo de Amorim"
18
+ "Yishuai Li"
19
+ "Antal Spector-Zabusky"
20
+ ]
21
+ license: "MIT"
22
+ homepage: "https://github.com/QuickChick/QuickChick"
23
+ bug-reports: "https://github.com/QuickChick/QuickChick/issues"
24
+ depends: [
25
+ "dune" {>= "3.12"}
26
+ "ocaml" {>= "4.07"}
27
+ "menhir" {build}
28
+ "cppo" {build & >= "1.6.8"}
29
+ "coq" {>= "8.15~"}
30
+ "coq-ext-lib"
31
+ "coq-mathcomp-ssreflect"
32
+ "coq-simple-io" {>= "1.6.0"}
33
+ "ocamlfind"
34
+ "ocamlbuild"
35
+ "odoc" {with-doc}
36
+ ]
37
+ build: [
38
+ ["dune" "subst"] {dev}
39
+ [
40
+ "dune"
41
+ "build"
42
+ "-p"
43
+ name
44
+ "-j"
45
+ jobs
46
+ "@install"
47
+ "@runtest" {with-test}
48
+ "@doc" {with-doc}
49
+ "--stop-on-first-error"
50
+ ]
51
+ ]
52
+ dev-repo: "git+https://github.com/QuickChick/QuickChick.git"
53
+ tags: [
54
+ "keyword:testing"
55
+ "logpath:QuickChick"
56
+ "date:2025-02-28"
57
+ ]
58
+ url {
59
+ src:
60
+ "https://github.com/QuickChick/QuickChick/archive/v2.1.0.tar.gz"
61
+ checksum: [
62
+ "sha512=d8077402192b95e9595f523e6dc499179062bc9a12718843dfef57ff6bdfe559f7d2276c2e0a33567fea2e10252f766851ae7f3bece33122920af2fc52510e76"
63
+ ]
64
+ }
You can’t perform that action at this time.
0 commit comments