From 69e24c1586a443a8040117f3b00bdafb48ffa109 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=A9lio=20Brun?= <lb@leliobrun.net>
Date: Wed, 29 Mar 2023 15:35:26 +0900
Subject: [PATCH] add re and yojson to opam file (again?)

---
 lustrec.opam | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lustrec.opam b/lustrec.opam
index 612952ca..1399504a 100644
--- a/lustrec.opam
+++ b/lustrec.opam
@@ -26,6 +26,8 @@ depends: [
   "yojson"
   "zarith"
   "dune-site"
+  "re" {with-test}
+  "yojson" {with-test}
   "conf-mpfr" {with-test}
   "conf-cmake" {with-test}
   "conf-openjdk" {with-test}
-- 
GitLab