My agentic slop goes here. Not intended for anyone else!
at jsont 560 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3version: "0.1.0" 4synopsis: "Immich API client for OCaml using Eio" 5description: "An Eio-based OCaml client library for Immich photo service API" 6depends: [ 7 "dune" {>= "3.0"} 8 "ocaml" {>= "4.14"} 9 "eio" 10 "eio_main" {>= "1.0"} 11 "requests" 12 "jsont" 13 "bytesrw" 14 "fmt" 15 "ptime" 16 "uri" 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32]