-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsisyphus.opam
48 lines (48 loc) · 1.15 KB
/
sisyphus.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Sisyphus is an automated tool for proof repair"
description: "Sisyphus is an automated tool for proof repair."
maintainer: ["[email protected]"]
authors: [".."]
license: "AGPL-3.0+"
homepage: "https://github.com/verse-lab/proof-repair"
doc: "sisyphus"
bug-reports: "https://github.com/verse-lab/proof-repair/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.12.0"}
"cmdliner" {= "1.0.4"}
"sexplib0" {= "v0.14.0"}
"ppx_sexp_conv" {= "v0.14.3"}
"coq" {>= "8.15.1"}
"coq-serapi" {>= "8.15.0+0.15.0"}
"coq-cfml" {>= "20220112"}
"coq-cfml-basis" {>= "20220112"}
"cfml" {>= "20220112"}
"containers" {>= "3.7"}
"nottui" {>= "0.2"}
"iter" {>= "1.4"}
"bos" {>= "0.2.1"}
"alcotest" {>= "1.5.0"}
"sedlex" {>= "2.5"}
"ppx_blob" {>= "0.7.2"}
"ptime" {>= "1.0.0"}
"logs" {>= "0.7.0"}
"re" {>= "1.10.3"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/verse-lab/proof-repair.git"