XDG library path support for OCaml via Eio capabilities
linux macos ocaml xdg
at main 1.2 kB view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "XDG Base Directory Specification support for Eio" 4description: 5 "This library implements the XDG Base Directory Specification with Eio capabilities to provide safe access to configuration, data, cache, state, and runtime directories. The library exposes Cmdliner terms that allow for proper environment variable overrides and command-line flags." 6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7authors: ["Anil Madhavapeddy"] 8license: "ISC" 9homepage: "https://tangled.sh/@anil.recoil.org/xdge" 10bug-reports: "https://tangled.sh/@anil.recoil.org/xdge/issues" 11depends: [ 12 "dune" {>= "3.20"} 13 "ocaml" {>= "5.1.0"} 14 "eio" {>= "1.1"} 15 "cmdliner" {>= "1.2.0"} 16 "fmt" {>= "0.11.0"} 17 "xdg" 18 "eio_main" {with-test} 19 "odoc" {with-doc} 20 "alcotest" {with-test & >= "1.7.0"} 21] 22x-maintenance-intent: ["(latest)"] 23build: [ 24 [ "dune" "subst" ] {dev} 25 [ "dune" "build" "-p" name "-j" jobs "@install" ] 26 [ "dune" "build" "-p" name "-j" jobs "runtest" ] {with-test & opam-version >= "2.2"} 27 [ "dune" "build" "-p" name "-j" jobs "@doc" ] {with-doc} 28]