module Topkg_publish: sig .. end
sig
end
See Topkg.Pkg.publish.
Topkg.Pkg.publish
type artefact = [ `Alt of string | `Distrib | `Doc ]
[ `Alt of string | `Distrib | `Doc ]
type t
val v : ?artefacts:artefact list -> unit -> t
?artefacts:artefact list -> unit -> t
val artefacts : t -> artefact list
t -> artefact list
val codec : t Topkg_codec.t
t Topkg_codec.t