Immich bindings and CLI in OCaml
at main 7 lines 143 B view raw
1(library 2 (name immich) 3 (public_name immich) 4 (libraries openapi jsont jsont.bytesrw requests ptime eio) 5 (wrapped true)) 6 7(include dune.inc)