Skip to content

Commit a14ae5b

Browse files
committed
1 parent 939e11d commit a14ae5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ eval $(opam env)
1111
opam pin add -k git rocq-runtime.dev "https://github.com/coq/coq.git#master"
1212
opam pin add -k git rocq-core.dev "https://github.com/coq/coq.git#master"
1313
opam pin add -k git rocq-stdlib.dev "https://github.com/coq/stdlib.git#master"
14-
opam pin add -k git rocq.dev "https://github.com/coq/coq.git#master"
14+
opam pin add -k git rocq-prover.dev "https://github.com/coq/coq.git#master"
1515
```
1616

1717
# Coq Library of Undecidability Proofs

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install: [
2626
[make "install"]
2727
]
2828
depends: [
29-
"rocq" {= "dev"}
29+
"rocq-prover" {= "dev"}
3030
"ocaml"
3131
# "coq-metacoq-template" {= "dev"}
3232
]

0 commit comments

Comments
 (0)