tangled
alpha
login
or
join now
anil.recoil.org
/
xdge
1
fork
atom
XDG library path support for OCaml via Eio capabilities
linux
macos
ocaml
xdg
1
fork
atom
overview
issues
pulls
pipelines
workaround with a eio_main dep
anil.recoil.org
3 months ago
1c304e70
d33e4b7d
1/1
build.yml
success
2m 45s
+2
-2
2 changed files
expand all
collapse all
unified
split
dune-project
xdge.opam
+1
-1
dune-project
reviewed
···
26
26
(cmdliner (>= 1.2.0))
27
27
(fmt (>= 0.11.0))
28
28
xdg
29
29
+
eio_main ; until https://github.com/ocaml/dune/issues/12821 fixed
29
30
(odoc :with-doc)
30
30
-
(eio_main :with-test)
31
31
(alcotest (and :with-test (>= 1.7.0)))))
+1
-1
xdge.opam
reviewed
···
15
15
"cmdliner" {>= "1.2.0"}
16
16
"fmt" {>= "0.11.0"}
17
17
"xdg"
18
18
+
"eio_main"
18
19
"odoc" {with-doc}
19
19
-
"eio_main" {with-test}
20
20
"alcotest" {with-test & >= "1.7.0"}
21
21
]
22
22
build: [