You can search for identifiers within the package.
in-package search v0.2.0
type t
A Docker image.
val of_published : string -> t
of_published name refers to the image name (as published on Docker Hub or similar).
of_published name
name
val id : t -> string
val pp : t Fmt.t