From 7b85b6035f3aafd8bbabbaa983f704651edd19af Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Sat, 29 Nov 2025 12:20:13 +0000 Subject: [PATCH] fix build deps --- dune-project | 1 + lib/dune | 2 +- xdge.opam | 1 + 3 file(s) changed, 3 insertion(s)(+), 1 deletion(s)(-) diff --git a/dune-project b/dune-project --- a/dune-project +++ b/dune-project @@ -25,6 +25,7 @@ (ocaml (>= 5.1.0)) (eio (>= 1.1)) (cmdliner (>= 1.2.0)) (fmt (>= 0.11.0)) + xdg (odoc :with-doc) (eio_main :with-test) (alcotest (and :with-test (>= 1.7.0))))) diff --git a/lib/dune b/lib/dune --- a/lib/dune +++ b/lib/dune @@ -1,4 +1,4 @@ (library (public_name xdge) (name xdge) - (libraries eio eio_main xdg cmdliner fmt)) + (libraries eio xdg unix cmdliner fmt)) diff --git a/xdge.opam b/xdge.opam --- a/xdge.opam +++ b/xdge.opam @@ -14,6 +14,7 @@ "ocaml" {>= "5.1.0"} "eio" {>= "1.1"} "cmdliner" {>= "1.2.0"} "fmt" {>= "0.11.0"} + "xdg" "odoc" {with-doc} "eio_main" {with-test} "alcotest" {with-test & >= "1.7.0"} -- tangled.sh