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

more

+10 -2
+9 -1
lib/xdge.mli
··· 41 41 permissions as per the specification. 42 42 43 43 @see <https://specifications.freedesktop.org/basedir-spec/latest/> 44 - XDG Base Directory Specification *) 44 + XDG Base Directory Specification 45 + 46 + {2 Related Libraries} 47 + 48 + This library is used by: 49 + 50 + {ul 51 + {- [Requests] - HTTP client that uses Xdge for cookie persistence paths} 52 + {- [Cookeio_jar] - Cookie jar with XDG-compliant storage}} *) 45 53 46 54 type t 47 55 (** The main XDG context type containing all directory paths for an application.
+1 -1
xdge.opam
··· 13 13 "ocaml" {>= "5.1.0"} 14 14 "eio" {>= "1.1"} 15 15 "cmdliner" {>= "1.2.0"} 16 - "fmt" {>= "0.11.0"} 16 + "fmt" 17 17 "xdg" 18 18 "eio_main" {with-test} 19 19 "odoc" {with-doc}