My agentic slop goes here. Not intended for anyone else!
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml client library for Claude CLI"
4description:
5 "An Eio-based OCaml library for interacting with the Claude CLI using JSON streaming"
6depends: [
7 "ocaml"
8 "dune" {>= "3.0"}
9 "eio"
10 "fmt"
11 "logs"
12 "jsont" {>= "0.2.0"}
13 "jsont_bytesrw" {>= "0.2.0"}
14 "alcotest" {with-test}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]