You can search for identifiers within the package.
in-package search v0.2.0
type t
type handler = source:int -> Cstruct.t -> unit
type token
type source = [
| `Timer
| `Rdseed
| `Rdrand
| `Xentropyd
]
val sources : t -> source list
val connect : unit -> t Lwt.t
val disconnect : t -> unit Lwt.t
val add_handler : t -> handler -> token Lwt.t
val remove_handler : t -> token -> unit