From afbf9357b020ebbf1fc1566d34964fada232e2ee Mon Sep 17 00:00:00 2001 From: rand00 Date: Thu, 20 Jan 2022 16:33:35 +0100 Subject: [PATCH] lib/dune: Added opam-graph --- lib/dune | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/dune b/lib/dune index 8d82763..47381e2 100644 --- a/lib/dune +++ b/lib/dune @@ -1,8 +1,12 @@ (library (name builder_web) (libraries - builder builder_db dream tyxml bos duration hex caqti-lwt - opamdiff ptime.clock.os omd modulectomy) + builder builder_db + dream tyxml bos duration hex caqti-lwt + opamdiff ptime.clock.os omd + modulectomy + opam-graph + ) (flags (:standard (-w -27-26))) )