Skip to content

Commit 8c0b78c

Browse files
committed
Update opam file
1 parent d645049 commit 8c0b78c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

rocq-verified-extraction.opam

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
opam-version: "2.0"
2-
version: "dev"
2+
version: "0.10"
33
maintainer: "yannick.forster@inria.fr"
4-
homepage: "https://github.com/yforster/coq-malfunction/"
5-
dev-repo: "git+https://github.com/yforster/coq-malfunction/"
6-
bug-reports: "https://github.com/yforster/coq-malfunction/issues"
4+
homepage: "https://github.com/MetaRocq/rocq-verified-extraction"
5+
dev-repo: "git+https://github.com/MetaRocq/rocq-verified-extraction"
6+
bug-reports: "https://github.com/MetaRocq/rocq-verified-extraction/issues"
77
authors: ["Yannick Forster"
88
"Matthieu Sozeau"
99
"Nicolas Tabareau"]
@@ -12,13 +12,14 @@ build: [
1212
[make]
1313
]
1414
install: [
15-
[make "-j%{jobs}%"]
15+
[make "-j%{jobs}%" "install"]
1616
]
1717
depends: [
18-
"coq" { >= "8.19" & < "8.20~" }
18+
"rocq-core" { >= "9.0" & < "10~" }
19+
"rocq-stdlib" { >= "9.0" & < "10~" }
1920
"coq-ceres" {= "0.4.1"}
20-
"rocq-metarocq-erasure-plugin" { = "1.3.2+8.19" }
21-
"malfunction" {= "0.6" }
21+
"rocq-metarocq-erasure-plugin" { >= "1.4+9.0" }
22+
"malfunction" { >= "0.7" }
2223
]
2324

2425
synopsis: "Verified extraction from Rocq to OCaml"

0 commit comments

Comments
 (0)