You can search for identifiers within the package.
in-package search v0.2.0
ockt
Ockt.Parse
exception Invalid_character
exception Unexpected_eof
type key = string
type value =
| String of string
| Table of (key, value) Hashtbl.t
val get_string : value -> string
val get_table : value -> (key, value) Hashtbl.t
val string_of_value : value -> string
val table_of_tokens : Token.token list -> value * Token.token list
val parse : string -> value