File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 11opam-version: "2.0"
2- version: "dev "
2+ version: "0.10 "
33maintainer: "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"
77authors: ["Yannick Forster"
88 "Matthieu Sozeau"
99 "Nicolas Tabareau"]
@@ -12,13 +12,14 @@ build: [
1212 [make]
1313]
1414install: [
15- [make "-j%{jobs}%"]
15+ [make "-j%{jobs}%" "install" ]
1616]
1717depends: [
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
2425synopsis: "Verified extraction from Rocq to OCaml"
You can’t perform that action at this time.
0 commit comments