Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Dune_release.Opamopam helpers.
val cmd : Bos_setup.Cmd.tcmd is a command for opam.
val prepare :
dry_run:bool ->
?msg:string ->
local_repo:Fpath.t ->
remote_repo:string ->
version:string ->
string list ->
(string, Bos_setup.R.msg) Bos_setup.resultprepare ~local_repo ~version pkgs adds the packages pkg.version to a new branch in the local opam repository local_repo, using the commit message msg (if any). Return the new branch.
val ocaml_base_packages : Bos_setup.String.setocaml_base_packages are the base opam packages distributed with OCaml: "base-bigarray", "base-bytes", "base-threads", "base-unix".
module File : sig ... endopam files
module Descr : sig ... enddescr files.
module Url : sig ... endurl files.
val version : [ `v1_2_2 | `v2 ] Lazy.tversion is the output of opam --version.