···33 SPDX-License-Identifier: ISC
44 ---------------------------------------------------------------------------*)
5566-(** Conpool - Protocol-agnostic TCP/IP connection pooling library for Eio *)
66+(** Conpool - Protocol-agnostic TCP/IP connection pooling library for Eio
77+88+ Conpool provides efficient connection pooling for TCP/IP connections with
99+ support for TLS, DNS resolution, retry logic, and connection lifecycle
1010+ management. It is designed to be used with Eio's structured concurrency.
1111+1212+ {2 Related Libraries}
1313+1414+ This library is designed to work with:
1515+1616+ {ul
1717+ {- [Requests] - HTTP client that uses Conpool for connection management}} *)
718819(** {1 Logging} *)
920