You can search for identifiers within the package.
in-package search v0.2.0
shapefile
Prj_syntax.Primem
type t = {
name : string;
name of the prime meridian
longitude : float;
angle relative to the Greenwich Meridian, positive when east of Greenwich Meridian
authority : Authority.t option;
related authority, if any
}
Reference meridian for measurements. Unit for the longitude depends on the context.
val sprint : t -> string