Module Topkg_publish

module Topkg_publish: sig .. end

Distribution publication description

See Topkg.Pkg.publish.


Distribution

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