You can search for identifiers within the package.
in-package search v0.2.0
Lwt-based session manager for Cohttp.
module Make (B : Session_cohttp.Backend with type +'a io = 'a Lwt.t) : Session_cohttp.S with type +'a io = 'a Lwt.t and type backend = B.t and type key = string and type value = string and type period = int64
Create an Lwt-based session manager given a compatible backend.