You can search for identifiers within the package.
in-package search v0.2.0
scope
Netpbm.Pgm
PGM - https://netpbm.sourceforge.net/doc/pgm.html
val parse_pgm_header : string -> (int64 * string * int * int * int) option
Parse PGM header and return (cursor pos, magic number, width, height, maxval)
class pgm : string -> Scope__Formats.Format.format