XDG library path support for OCaml via Eio capabilities
linux macos ocaml xdg
at main 184 B view raw
1(executable 2 (name xdg_example) 3 (libraries xdge eio_main cmdliner fmt)) 4 5(executable 6 (name test_paths) 7 (libraries xdge eio eio_main)) 8 9(cram 10 (deps xdg_example.exe test_paths.exe))