You can search for identifiers within the package.
in-package search v0.2.0
type repo
The type for Irmin repository.
type t
The type for HTTP configuration.
val v : ?strict:bool -> repo -> t
v repo returns the configuration for a server serving the contents of repo. If strict is set, incoming connections will fail if they do not have the right X-IrminVersion headers.
v repo
repo
strict