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
fix build deps
anil.recoil.org
3 months ago
7b85b603
f0f8ff08
0/1
build.yml
failed
2min 28s
+3
-1
3 changed files
expand all
collapse all
unified
split
dune-project
lib
dune
xdge.opam
+1
dune-project
···
25
25
(eio (>= 1.1))
26
26
(cmdliner (>= 1.2.0))
27
27
(fmt (>= 0.11.0))
28
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
4
-
(libraries eio eio_main xdg cmdliner fmt))
4
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
17
+
"xdg"
17
18
"odoc" {with-doc}
18
19
"eio_main" {with-test}
19
20
"alcotest" {with-test & >= "1.7.0"}