aboutsummaryrefslogtreecommitdiff
path: root/plugins/firstorder/dune
diff options
context:
space:
mode:
authorThéo Zimmermann2020-04-13 13:19:24 +0200
committerThéo Zimmermann2020-04-13 13:19:24 +0200
commit1a309cd7d8547d9a2b5ee89adfe8ba1c581237e1 (patch)
treecdf73dfa34c341c0b98b7a41c57d12d7837df127 /plugins/firstorder/dune
parent227520b14e978e19d58368de873521a283aecedd (diff)
parent29aa2b5533a36e170fb0ed947f86e70d5b1cb8fb (diff)
Merge PR #11539: [dune] [stdlib] Build the standard library natively with Dune.
Reviewed-by: Zimmi48
Diffstat (limited to 'plugins/firstorder/dune')
-rw-r--r--plugins/firstorder/dune7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/firstorder/dune b/plugins/firstorder/dune
new file mode 100644
index 0000000000..1b05452d8f
--- /dev/null
+++ b/plugins/firstorder/dune
@@ -0,0 +1,7 @@
+(library
+ (name ground_plugin)
+ (public_name coq.plugins.firstorder)
+ (synopsis "Coq's first order logic solver plugin")
+ (libraries coq.plugins.ltac))
+
+(coq.pp (modules g_ground))