OCaml bindings to the Typesense embeddings search API

Update dune-project and opam files across packages

Sync opam package metadata including x-maintenance-intent
and external dependency specifications.

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

+4 -15
+2 -13
dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name typesense) 4 3 5 4 (generate_opam_files true) 6 5 7 - (maintenance_intent "(latest)") 8 - 9 6 (license ISC) 10 - 11 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 12 - 13 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 14 - 15 - (source 16 - (uri "https://tangled.org/anil.recoil.org/ocaml-typesense")) 17 - 18 - (homepage "https://tangled.org/anil.recoil.org/ocaml-typesense") 19 - 20 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-typesense/issues") 9 + (source (tangled anil.recoil.org/ocaml-typesense)) 21 10 22 11 (package 23 12 (name typesense)
+2 -2
typesense.opam
··· 9 9 homepage: "https://tangled.org/anil.recoil.org/ocaml-typesense" 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-typesense/issues" 11 11 depends: [ 12 - "dune" {>= "3.20"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1.0"} 14 14 "openapi" {>= "0.4.0"} 15 15 "eio" {>= "1.2"} ··· 40 40 "@doc" {with-doc} 41 41 ] 42 42 ] 43 - dev-repo: "https://tangled.org/anil.recoil.org/ocaml-typesense" 43 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-typesense" 44 44 x-maintenance-intent: ["(latest)"]