OCaml Claude SDK using Eio and Jsont

no bytesrw dep

-2
-1
claude.opam
··· 15 15 "fmt" 16 16 "logs" 17 17 "jsont" {>= "0.2.0"} 18 - "jsont_bytesrw" {>= "0.2.0"} 19 18 "odoc" {with-doc} 20 19 "alcotest" {with-test & >= "1.7.0"} 21 20 ]
-1
dune-project
··· 21 21 fmt 22 22 logs 23 23 (jsont (>= 0.2.0)) 24 - (jsont_bytesrw (>= 0.2.0)) 25 24 (odoc :with-doc) 26 25 (alcotest (and :with-test (>= 1.7.0)))))