aboutsummaryrefslogtreecommitdiff
path: root/portal.opam
diff options
context:
space:
mode:
authorClombrong <cromblong@egregore.fun>2025-06-30 12:48:26 +0200
committerClombrong <cromblong@egregore.fun>2025-06-30 18:09:07 +0200
commit2f0253a2106401af81b5b616c15a7d8d8d3bd9dc (patch)
treef519841681f637f6c627c6e26678e3e477497618 /portal.opam
parent20f32bd13a8f79e123dd31d79fc119e99eb4334f (diff)
fix(dune): add lwt_ppx to depedencies
Diffstat (limited to 'portal.opam')
-rw-r--r--portal.opam1
1 files changed, 1 insertions, 0 deletions
diff --git a/portal.opam b/portal.opam
index 2237a6d..c7e5e34 100644
--- a/portal.opam
+++ b/portal.opam
@@ -15,6 +15,7 @@ depends: [
"ocaml"
"dune" {>= "3.11"}
"lwt"
+ "lwt_ppx"
"markup"
"markup-lwt"
"merlin" {with-test}