File tree 1 file changed +4
-13
lines changed
core-dev/packages/rocq-stdlib/rocq-stdlib.dev
1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,16 @@ homepage: "https://coq.inria.fr/"
21
21
doc: "https://coq.github.io/doc/"
22
22
bug-reports: "https://github.com/coq/stdlib/issues"
23
23
depends: [
24
- "dune" {>= "3.8"}
25
24
"rocq-runtime"
26
25
"rocq-core" {>= "9.0" | = "dev"}
27
- "odoc" {with-doc}
28
26
]
29
- depopts: ["coq-native"]
30
27
dev-repo: "git+https://github.com/coq/stdlib.git"
31
28
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"]
41
33
]
42
- install: [ make "install" ]
43
34
44
35
url {
45
36
src: "git+https://github.com/coq/stdlib.git#master"
You can’t perform that action at this time.
0 commit comments