You can search for identifiers within the package.
in-package search v0.2.0
ocamlformat-rpc-lib
Ocamlformat_rpc_lib.Init
Version used to set the protocol version
type t = [
| `Halt
| `Unknown
| `Version of string
]
val read_input : in_channel -> t
val to_sexp : t -> Sexplib0.Sexp.t
val output : out_channel -> t -> unit