The opam repository for my Advent of Agentic Humps 2025

Add typesense package

OCaml bindings for the Typesense search API using Eio.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+40
+40
packages/typesense/typesense.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml bindings for the Typesense search API" 3 + description: 4 + "High-quality OCaml bindings to the Typesense search API using Eio for async operations. Provides collection management, document operations, search, multi-search, and analytics." 5 + maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 6 + authors: ["Anil Madhavapeddy <anil@recoil.org>"] 7 + license: "ISC" 8 + homepage: "https://tangled.org/@anil.recoil.org/ocaml-typesense" 9 + bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-typesense/issues" 10 + depends: [ 11 + "dune" {>= "3.20"} 12 + "ocaml" {>= "5.1.0"} 13 + "eio" {>= "1.2"} 14 + "requests" {>= "0.3.1"} 15 + "uri" {>= "4.4.0"} 16 + "jsont" {>= "0.1.1"} 17 + "jsont-bytesrw" {>= "0.1.1"} 18 + "logs" {>= "0.7.0"} 19 + "odoc" {with-doc} 20 + "alcotest" {with-test} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "@install" 32 + "@runtest" {with-test} 33 + "@doc" {with-doc} 34 + ] 35 + ] 36 + dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-typesense.git" 37 + url { 38 + src: "git+https://tangled.org/@anil.recoil.org/ocaml-typesense.git#main" 39 + } 40 + x-maintenance-intent: ["(latest)"]