Module Topkg_publish

Distribution publication description

See Topkg.Pkg.publish.

Distribution

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