My agentic slop goes here. Not intended for anyone else!
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 provides safe access to configuration, data, cache, state, and runtime directories with proper environment variable overrides and Cmdliner integration."
6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7authors: ["Anil Madhavapeddy"]
8license: "ISC"
9homepage: "https://tangled.sh/@anil.recoil.org/ocaml-gpx"
10bug-reports: "https://tangled.sh/@anil.recoil.org/xgde"
11depends: [
12 "dune" {>= "3.20"}
13 "ocaml" {>= "5.1.0"}
14 "eio" {>= "1.1"}
15 "eio_main"
16 "xdg" {>= "3.9.0"}
17 "cmdliner" {>= "1.2.0"}
18 "fmt" {>= "0.11.0"}
19 "odoc" {with-doc}
20 "alcotest" {with-test & >= "1.7.0"}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36x-maintenance-intent: ["(latest)"]