Skip to content

Commit 625fb24

Browse files
authored
Merge pull request #3340 from proux01/update-stdlib-dev
[core-dev] Update rocq-stdlib
2 parents 5daf197 + 9898364 commit 625fb24

File tree

1 file changed

+4
-13
lines changed
  • core-dev/packages/rocq-stdlib/rocq-stdlib.dev

1 file changed

+4
-13
lines changed

core-dev/packages/rocq-stdlib/rocq-stdlib.dev/opam

+4-13
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,16 @@ homepage: "https://coq.inria.fr/"
2121
doc: "https://coq.github.io/doc/"
2222
bug-reports: "https://github.com/coq/stdlib/issues"
2323
depends: [
24-
"dune" {>= "3.8"}
2524
"rocq-runtime"
2625
"rocq-core" {>= "9.0" | = "dev"}
27-
"odoc" {with-doc}
2826
]
29-
depopts: ["coq-native"]
3027
dev-repo: "git+https://github.com/coq/stdlib.git"
3128
build: [
32-
["dune" "subst"] {dev}
33-
[ "find" "theories" "-name" "_*" "-prune" "-exec" "rm" "-rf" "{}" "+" ]
34-
# without rocq-wrap dune will complain about missing coqc even though it shouldn't be needed
35-
[ "dev/with-rocq-wrap.sh" "dune" "build" "--root" "." "theories/All.v" ]
36-
[ "cp" "_build/default/theories/All.v" "theories/All.v" ]
37-
[ "find" "theories" "-name" "*.v" "-fprint" "_CoqProject" ]
38-
[ "sh" "-c" "echo '-Q theories Stdlib' >> _CoqProject" ]
39-
[ "rocq" "makefile" "-f" "_CoqProject" "-o" "Makefile" ]
40-
[ make "-j%{jobs}%" ]
29+
[make "-j" jobs]
30+
]
31+
install: [
32+
[make "install"]
4133
]
42-
install: [ make "install" ]
4334

4435
url {
4536
src: "git+https://github.com/coq/stdlib.git#master"

0 commit comments

Comments
 (0)