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"
3version: "0.1.0"
4synopsis: "Typesense search API client for OCaml using Eio"
5description: "An Eio-based OCaml client library for Typesense search engine"
6depends: [
7 "dune" {>= "3.0"}
8 "ocaml" {>= "4.14"}
9 "eio"
10 "requests"
11 "jsont"
12 "jsont-bytesrw"
13 "fmt"
14 "uri"
15 "ptime"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]