# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Protocol-agnostic TCP/IP connection pooling library for Eio" description: "Conpool is a connection pooling library built on Eio.Pool that manages TCP connection lifecycles, validates connection health, and provides per-endpoint resource limiting for any TCP-based protocol (HTTP, Redis, PostgreSQL, etc.)" maintainer: ["Your Name"] authors: ["Your Name"] license: "MIT" homepage: "https://github.com/username/conpool" bug-reports: "https://github.com/username/conpool/issues" depends: [ "ocaml" "dune" {>= "3.0" & >= "3.0"} "eio" "tls-eio" {>= "1.0"} "logs" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/username/conpool.git"