(lang dune 3.20) (name xdge) (generate_opam_files true) (license ISC) (authors "Anil Madhavapeddy") (homepage "https://tangled.sh/@anil.recoil.org/ocaml-gpx") (maintainers "Anil Madhavapeddy ") (bug_reports https://tangled.sh/@anil.recoil.org/xgde) (maintenance_intent "(latest)") (package (name xdge) (synopsis "XDG Base Directory Specification support for Eio") (description "This library implements the XDG Base Directory Specification \ with Eio capabilities to provides safe access to configuration, \ data, cache, state, and runtime directories with proper environment \ variable overrides and Cmdliner integration.") (depends (ocaml (>= 5.1.0)) (eio (>= 1.1)) eio_main (xdg (>= 3.9.0)) (cmdliner (>= 1.2.0)) (fmt (>= 0.11.0)) (odoc :with-doc) (alcotest (and :with-test (>= 1.7.0)))))