Module Topkg_publish

Distribution publication description

See Topkg.Pkg.publish.

Distribution

type artefact = [
  1. | `Distrib
  2. | `Doc
  3. | `Alt of string
]
type t
val v : ?artefacts:artefact list -> unit -> t
val artefacts : t -> artefact list
val codec : t Topkg_codec.t