diff --git a/dune-project b/dune-project new file mode 100644 index 0000000..e479095 --- /dev/null +++ b/dune-project @@ -0,0 +1,3 @@ +(lang dune 3.3) +(using coq 0.4) +(name odd-order) diff --git a/theories/dune b/theories/dune new file mode 100644 index 0000000..e0541ed --- /dev/null +++ b/theories/dune @@ -0,0 +1,8 @@ +(coq.theory + (name odd_order) + (package coq-mathcomp-odd-order) + (theories mathcomp.solvable mathcomp.character) + (flags + -w -ambiguous-paths + -w -deprecated-syntactic-definition + -w -notation-overridden))