aboutsummaryrefslogtreecommitdiff
path: root/plugins/micromega/plugin_base.dune
blob: c2d396f0f91f26e133272df4373bcb5b6b90eefb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(library
 (name micromega_plugin)
 (public_name coq.plugins.micromega)
 ; be careful not to link the executable to the plugin!
 (modules (:standard \ csdpcert))
 (synopsis "Coq's micromega plugin")
 (libraries num coq.plugins.ltac))

(executable
 (name csdpcert)
 (public_name csdpcert)
 (package coq)
 (modules csdpcert)
 (flags :standard -open Micromega_plugin)
 (libraries coq.plugins.micromega))