XDG library path support for OCaml via Eio capabilities
linux macos ocaml xdg

fix build deps

+3 -1
+1
dune-project
··· 25 25 (eio (>= 1.1)) 26 26 (cmdliner (>= 1.2.0)) 27 27 (fmt (>= 0.11.0)) 28 + xdg 28 29 (odoc :with-doc) 29 30 (eio_main :with-test) 30 31 (alcotest (and :with-test (>= 1.7.0)))))
+1 -1
lib/dune
··· 1 1 (library 2 2 (public_name xdge) 3 3 (name xdge) 4 - (libraries eio eio_main xdg cmdliner fmt)) 4 + (libraries eio xdg unix cmdliner fmt))
+1
xdge.opam
··· 14 14 "eio" {>= "1.1"} 15 15 "cmdliner" {>= "1.2.0"} 16 16 "fmt" {>= "0.11.0"} 17 + "xdg" 17 18 "odoc" {with-doc} 18 19 "eio_main" {with-test} 19 20 "alcotest" {with-test & >= "1.7.0"}