aboutsummaryrefslogtreecommitdiff
path: root/plugins/ssrsearch/dune
diff options
context:
space:
mode:
authorThéo Zimmermann2020-05-11 17:41:58 +0200
committerThéo Zimmermann2020-05-15 18:05:11 +0200
commit023d189aa201c8d5c71bc7de3e98725273d01b4f (patch)
treefef307bc4bf50447d44a972d53110cee60759192 /plugins/ssrsearch/dune
parent7c113b3a736e8a374b8a57aacde846fc5c5cbf3f (diff)
Move SSR's Search to a new plugin and deprecate it.
Diffstat (limited to 'plugins/ssrsearch/dune')
-rw-r--r--plugins/ssrsearch/dune7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/ssrsearch/dune b/plugins/ssrsearch/dune
new file mode 100644
index 0000000000..2851835eae
--- /dev/null
+++ b/plugins/ssrsearch/dune
@@ -0,0 +1,7 @@
+(library
+ (name ssrsearch_plugin)
+ (public_name coq.plugins.ssrsearch)
+ (synopsis "Deprecated Search command from SSReflect")
+ (libraries coq.plugins.ssreflect))
+
+(coq.pp (modules g_search))