You can search for identifiers within the package.
in-package search v0.2.0
module type ROUNDTRIP = sig ... end
type t = (module ROUNDTRIP)
val target : t -> string
val make : 'a. 'a Data_encoding.t -> t -> 'a -> 'a
val binary : t
val json : t