Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
opam helpers.
val cmd : Bos_setup.Cmd.t
cmd
is a command for opam
.
val ensure_publish : unit -> (unit, Bos_setup.R.msg) Bos_setup.result
ensure_publish ()
makes sure opam-publish
is in the executable search PATH.
val submit :
?msg:string ->
pkg_dir:Fpath.t ->
(unit, Bos_setup.R.msg) Bos_setup.result
submit ~pkg_dir
submits the package pkg_dir
with opam-publish
and submission message msg
(if any) to the OCaml opam repository.
val ocaml_base_packages : Bos_setup.String.set
ocaml_base_packages
are the base opam packages distributed with OCaml: "base-bigarray"
, "base-bytes"
, "base-threads"
, "base-unix"
.
module File : sig ... end
opam files
module Descr : sig ... end
descr
files.
module Url : sig ... end
url
files.