diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/dune | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tactics/dune b/tactics/dune new file mode 100644 index 0000000000..908dde5253 --- /dev/null +++ b/tactics/dune @@ -0,0 +1,6 @@ +(library + (name tactics) + (synopsis "Coq's Core Tactics [ML implementation]") + (public_name coq.tactics) + (wrapped false) + (libraries printing)) |
