package opam-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val log : ('a, Pervasives.out_channel, unit) Pervasives.format -> 'a
val slog : ('a -> string) -> Pervasives.out_channel -> 'a -> unit
exception Aborted
module type VERTEX = sig ... end
module type G = sig ... end
module type SIG = sig ... end
module Make (G : G) : sig ... end
module type GRAPH = sig ... end
module MakeGraph (X : VERTEX) : sig ... end
module IntGraph : sig ... end
val flat_graph_of_array : 'a array -> IntGraph.t
exception Errors of IntGraph.Parallel.G.V.t list * (IntGraph.Parallel.G.V.t * exn) list * IntGraph.Parallel.G.V.t list
val iter : jobs:int -> command:('a -> 'b OpamProcess.Job.Op.job) -> 'a list -> unit
val map : jobs:int -> command:('a -> 'b OpamProcess.Job.Op.job) -> 'a list -> 'b list
val reduce : jobs:int -> command:('a -> 'b OpamProcess.Job.Op.job) -> merge:('b -> 'c -> 'c) -> nil:'c -> 'a list -> 'c
OCaml

Innovation. Community. Security.