You can search for identifiers within the package.
in-package search v0.2.0
type bigstring = (char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.t
module type S = sig ... end
module Adler32 : S
Implementation of the ADLER-32 cheksum.
module Crc32c : S
Implementation of the CRC32C checksum.
module Crc32 : S
Implementation of CRC32 checksum.
module Crc24 : S
Implementation of CRC24 checksum.