My agentic slop goes here. Not intended for anyone else!
at jsont 334 B view raw
1(lang dune 3.0) 2(name claude) 3(generate_opam_files true) 4 5(package 6 (name claude) 7 (synopsis "OCaml client library for Claude CLI") 8 (description "An Eio-based OCaml library for interacting with the Claude CLI using JSON streaming") 9 (depends 10 ocaml 11 dune 12 eio 13 fmt 14 logs 15 ezjsonm 16 (jsont (>= 0.2.0)) 17 (alcotest :with-test)))