TCP/TLS connection pooling for Eio

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 -6
+2 -1
conpool.opam
··· 10 10 bug-reports: "https://tangled.org/anil.recoil.org/ocaml-conpool/issues" 11 11 depends: [ 12 12 "ocaml" {>= "5.1.0"} 13 - "dune" {>= "3.20" & >= "3.0"} 13 + "dune" {>= "3.21" & >= "3.0"} 14 14 "eio" 15 15 "tls-eio" {>= "1.0"} 16 16 "logs" ··· 32 32 "@doc" {with-doc} 33 33 ] 34 34 ] 35 + dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-conpool" 35 36 x-maintenance-intent: ["(latest)"]
+2 -5
dune-project
··· 1 - (lang dune 3.20) 2 - 1 + (lang dune 3.21) 3 2 (name conpool) 4 3 5 4 (generate_opam_files true) 6 5 7 6 (license ISC) 8 7 (authors "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/anil.recoil.org/ocaml-conpool") 10 8 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/anil.recoil.org/ocaml-conpool/issues") 12 - (maintenance_intent "(latest)") 9 + (source (tangled anil.recoil.org/ocaml-conpool)) 13 10 14 11 (package 15 12 (name conpool)