You can search for identifiers within the package.
in-package search v0.2.0
exception Buffer_too_small
exception Internal_error
exception Invalid_packet
exception Unimplemented
exception Invalid_state
exception Alloc_fail
val recommended_frame_size : int
val version_string : string
type max_bandwidth = [
| `Full_band
| `Medium_band
| `Narrow_band
| `Super_wide_band
| `Wide_band
]
type bandwidth = [
| `Auto
type generic_control = [
| `Get_bandwidth of bandwidth Stdlib.ref
| `Get_final_range of int Stdlib.ref
| `Get_lsb_depth of int Stdlib.ref
| `Get_pitch of int Stdlib.ref
| `Reset_state
| `Set_lsb_depth of int
module Decoder : sig ... end
module Encoder : sig ... end