From 12e99f8b1d73ab0ff692fb3c060087d35f4acdc0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=A9lio=20Brun?= <lb@leliobrun.net>
Date: Fri, 17 Mar 2023 17:51:30 +0900
Subject: [PATCH] add re and yojson test deps in dune-project (opam file is
 generated from this file, but we need both versionned)

---
 dune-project | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dune-project b/dune-project
index d384210d..7a8427c4 100644
--- a/dune-project
+++ b/dune-project
@@ -44,6 +44,8 @@
    yojson
    ppx_deriving_yojson
    dune-site
+   (re :with-test)
+   (yojson :with-test)
    (conf-mpfr :with-test)
    (conf-cmake :with-test)
    (conf-openjdk :with-test)
-- 
GitLab