From 87ae2f64e5713910df009db4c8a704e15cf4e352 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Tue, 23 Dec 2025 21:44:36 +0000 Subject: [PATCH] more --- lib/xdge.mli | 10 +++++++++- xdge.opam | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/xdge.mli b/lib/xdge.mli index 0c0af20..9ed860f 100644 --- a/lib/xdge.mli +++ b/lib/xdge.mli @@ -41,7 +41,15 @@ permissions as per the specification. @see - XDG Base Directory Specification *) + XDG Base Directory Specification + + {2 Related Libraries} + + This library is used by: + + {ul + {- [Requests] - HTTP client that uses Xdge for cookie persistence paths} + {- [Cookeio_jar] - Cookie jar with XDG-compliant storage}} *) type t (** The main XDG context type containing all directory paths for an application. diff --git a/xdge.opam b/xdge.opam index d9622f9..6cb692a 100644 --- a/xdge.opam +++ b/xdge.opam @@ -13,7 +13,7 @@ depends: [ "ocaml" {>= "5.1.0"} "eio" {>= "1.1"} "cmdliner" {>= "1.2.0"} - "fmt" {>= "0.11.0"} + "fmt" "xdg" "eio_main" {with-test} "odoc" {with-doc} -- 2.51.2