You can search for identifiers within the package.
in-package search v0.2.0
resp-server
Resp_server.Auth
General authentication modes
module String : AUTH with type t = string
Authentication using a single passphrase
module User : AUTH with type t = (string, string) Hashtbl.t
Authentication using usernames and passwords for multiple users