You can search for identifiers within the package.
in-package search v0.2.0
shapefile
Shapefile.Common
Common to .shp, .shx, etc.
type header = {
length : int;
file length in 16-bits words
version : int;
version number
shape_type : int;
type of shapes found in the file
bbox : D3M.bbox;
bounding box (actual extent of shapes in the file)
}
.shp and .shx file header
val print_header : header -> unit