You can search for identifiers within the package.
in-package search v0.2.0
dune-release
Stdext.Unix
Interface to the Unix system.
val read_line : ?echo_input:bool -> unit -> string
read_line ?echo_input () reads a line (terminated before a CR) on the standard input. If echo_input is true (by default) input characters are echoed on the standard output.
read_line ?echo_input ()
echo_input
true