package opam_bin_lib

  1. Overview
  2. Docs

Module Opam_bin_lib.CommandPostInstallSource

Sourceval opamfile_arg : string option ref
Sourceval cmd_name : string
Sourceval add_conflict : EzCompat.StringSet.t -> EzCompat.StringSet.elt list ref -> EzCompat.StringSet.elt -> 'a -> unit
Sourceval is_post_option : OpamParserTypes.value -> bool
Sourceval is_build_option : OpamParserTypes.value -> bool
Sourceval add_post_depend : dependset:EzCompat.StringSet.t -> buildset:EzCompat.StringSet.t ref -> EzCompat.StringSet.elt list ref -> EzCompat.StringSet.elt -> OpamParserTypes.value list -> unit
Sourceval iter_value_list : OpamParserTypes.value -> (string -> OpamParserTypes.value list -> unit) -> unit
Sourceval digest : string -> string
Sourceval short : string -> string
Sourceval exclude_from_sources : string list
Sourceval digest_sources : unit -> string
Sourceval compute_hash : ?source_md5:string -> name:string -> version:string -> depends:string -> unit -> string * (string * string) list * EzCompat.StringSet.t * string list * string
Sourceval error_on_missing : bool
Sourceval write_bin_stub : name:string -> version:string -> new_version:string -> repo_dir:string -> unit
Sourceval commit : name:string -> version:string -> depends:string -> string list -> unit
Sourceval action : string list -> unit
OCaml

Innovation. Community. Security.