aboutsummaryrefslogtreecommitdiffstats
path: root/dune
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-12-17 10:03:56 +0000
committerYann Herklotz <git@yannherklotz.com>2020-12-17 10:03:56 +0000
commitfd52cc1edbe192e3a4b6e6780be8761d5702664b (patch)
treea71e7bf8978b60f9e1cdec5cc1721297cf999879 /dune
parent82b3cfa677c21e7d1fab907f1824bb101f819291 (diff)
downloadvericert-fd52cc1edbe192e3a4b6e6780be8761d5702664b.tar.gz
vericert-fd52cc1edbe192e3a4b6e6780be8761d5702664b.zip
Add build files for loop pipelining
Diffstat (limited to 'dune')
-rw-r--r--dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/dune b/dune
index 80eccf1..f58c64e 100644
--- a/dune
+++ b/dune
@@ -7,5 +7,5 @@
(library
(public_name vericert)
(modules_without_implementation c debugTypes dwarfTypes)
- (libraries menhirLib str unix)
+ (libraries menhirLib str unix ocamlgraph)
(flags (:standard -warn-error -A)))