You can search for identifiers within the package.
in-package search v0.2.0
val dockerfile_of_spec : buildkit:bool -> Obuilder_spec__.Spec.t -> string
dockerfile_of_spec x produces a Dockerfile that aims to be equivalent to x.
dockerfile_of_spec x
x
However, note that:
If true, the extended BuildKit syntax is used to support caches. If false, caches are ignored.