# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1.0" synopsis: "Typesense search API client for OCaml using Eio" description: "An Eio-based OCaml client library for Typesense search engine" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.14"} "eio" "requests" "jsont" "jsont-bytesrw" "fmt" "uri" "ptime" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ]