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