OCaml Claude SDK using Eio and Jsont
at main 25 lines 548 B view raw
1(lang dune 3.21) 2(name claude) 3 4(generate_opam_files true) 5 6(license ISC) 7(authors "Anil Madhavapeddy") 8(maintainers "Anil Madhavapeddy <anil@recoil.org>") 9(source (tangled anil.recoil.org/ocaml-claudeio)) 10 11(package 12 (name claude) 13 (synopsis "OCaml client library for Claude Code") 14 (description "An Eio-based OCaml library for interacting with the Claude CLI using JSON streaming") 15 (depends 16 (ocaml (>= 5.1.0)) 17 eio 18 eio_main 19 fmt 20 logs 21 cmdliner 22 bytesrw 23 (jsont (>= 0.2.0)) 24 (odoc :with-doc) 25 (alcotest (and :with-test (>= 1.7.0)))))