aboutsummaryrefslogtreecommitdiffstats
path: root/coq-smtcoq.opam
diff options
context:
space:
mode:
Diffstat (limited to 'coq-smtcoq.opam')
-rw-r--r--coq-smtcoq.opam4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq-smtcoq.opam b/coq-smtcoq.opam
index e597b1e..c50c7f2 100644
--- a/coq-smtcoq.opam
+++ b/coq-smtcoq.opam
@@ -16,7 +16,7 @@ depends: [
"coq-trakt"
]
pin-depends: [
- [ "coq-trakt.dev" "git+https://github.com/ecranceMERCE/trakt.git" ]
+ [ "coq-trakt.dev" "git+https://github.com/ckeller/trakt.git" ]
]
tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
@@ -40,5 +40,5 @@ description: """
- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq;
- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination"""
url {
- src: "git+https://github.com/smtcoq/smtcoq.git#itp22"
+ src: "git+https://github.com/smtcoq/smtcoq.git#with-trakt"
}