Topkg_care.Opam
opam
helpers.
cmd
is a command for opam
looked up using tool
"opam" `Host_os
.
ensure_publish ()
makes sure opam-publish
is in the executable search PATH.
submit ~opam_file
submits the opam file opam_file
with opam-publish
and submission message msg
(if any) to the OCaml opam repository.
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.