aboutsummaryrefslogtreecommitdiff
path: root/proofs/dune
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/dune')
-rw-r--r--proofs/dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/proofs/dune b/proofs/dune
new file mode 100644
index 0000000000..36e9799998
--- /dev/null
+++ b/proofs/dune
@@ -0,0 +1,6 @@
+(library
+ (name proofs)
+ (synopsis "Coq's Higher-level Refinement Proof Engine and Top-level Proof Structure")
+ (public_name coq.proofs)
+ (wrapped false)
+ (libraries pretyping))