aboutsummaryrefslogtreecommitdiff
path: root/plugins/btauto/plugin_base.dune
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/btauto/plugin_base.dune')
-rw-r--r--plugins/btauto/plugin_base.dune5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/btauto/plugin_base.dune b/plugins/btauto/plugin_base.dune
new file mode 100644
index 0000000000..6a024358c3
--- /dev/null
+++ b/plugins/btauto/plugin_base.dune
@@ -0,0 +1,5 @@
+(library
+ (name btauto_plugin)
+ (public_name coq.plugins.btauto)
+ (synopsis "Coq's btauto plugin")
+ (libraries coq.plugins.ltac))