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

workaround with a eio_main dep

Changed files
+2 -2
+1 -1
dune-project
···
(cmdliner (>= 1.2.0))
(fmt (>= 0.11.0))
xdg
+
eio_main ; until https://github.com/ocaml/dune/issues/12821 fixed
(odoc :with-doc)
-
(eio_main :with-test)
(alcotest (and :with-test (>= 1.7.0)))))
+1 -1
xdge.opam
···
"cmdliner" {>= "1.2.0"}
"fmt" {>= "0.11.0"}
"xdg"
+
"eio_main"
"odoc" {with-doc}
-
"eio_main" {with-test}
"alcotest" {with-test & >= "1.7.0"}
]
build: [