aboutsummaryrefslogtreecommitdiffstats
path: root/theories/dune
diff options
context:
space:
mode:
authorRutger Broekhoff2025-07-07 21:52:08 +0200
committerRutger Broekhoff2025-07-07 21:52:08 +0200
commitba61dfd69504ec6263a9dee9931d93adeb6f3142 (patch)
treed6c9b78e50eeab24e0c1c09ab45909a6ae3fd5db /theories/dune
downloadverified-dyn-lang-interp-ba61dfd69504ec6263a9dee9931d93adeb6f3142.tar.gz
verified-dyn-lang-interp-ba61dfd69504ec6263a9dee9931d93adeb6f3142.zip
Initialize repository
Diffstat (limited to 'theories/dune')
-rw-r--r--theories/dune8
1 files changed, 8 insertions, 0 deletions
diff --git a/theories/dune b/theories/dune
new file mode 100644
index 0000000..0034b5d
--- /dev/null
+++ b/theories/dune
@@ -0,0 +1,8 @@
1(include_subdirs qualified)
2
3(coq.theory
4 (name mininix)
5 ; This ensures that all files are checked when using the install alias.
6 ; (This does not happen otherwise when just compiling the front-end.)
7 (package mininix)
8 (theories Flocq stdpp))