diff --git a/TypeTheory/dune b/TypeTheory/dune index 18329d96..a16775ff 100644 --- a/TypeTheory/dune +++ b/TypeTheory/dune @@ -1,7 +1,11 @@ (include_subdirs qualified) -(coq.theory - (name TypeTheory) - (flags -noinit -indices-matter -type-in-type -w none) - (theories UniMath)) +(rocq.theory + (name TypeTheory) + (flags :standard + -noinit + -indices-matter + ;; -type-in-type + -w none) + (theories UniMath)) diff --git a/dune-project b/dune-project index eafc3022..a7f07b80 100644 --- a/dune-project +++ b/dune-project @@ -1,3 +1,3 @@ -(lang dune 3.8) -(using coq 0.8) +(lang dune 3.21) +(using rocq 0.11) (name TypeTheory)