package oasis

  1. Overview
  2. Docs
type run_t = {
  1. extra_args : string list;
  2. run_path : OASISTypes.unix_filename;
}
val odn_of_run_t : run_t -> ODN.t
val doc_build : run_t -> 'a -> (OASISTypes.common_section * 'b) -> OASISTypes.arg array -> unit
val doc_clean : 'a -> 'b -> (OASISTypes.common_section * 'c) -> OASISTypes.arg array -> unit
val plugin : [> `Doc ] * string * OASISVersion.t option
type t = {
  1. path : OASISTypes.unix_dirname;
  2. modules : string list;
  3. libraries : OASISTypes.findlib_full list;
  4. intro : OASISTypes.unix_filename option;
  5. flags : string list;
  6. common : OCamlbuildCommon.ocamlbuild_common;
}
val pivot_data : t OASISPlugin.prop
val all_id : OASISPlugin.all_t
val new_field : OASISTypes.name -> ?default:'a -> 'a OASISValues.t -> string -> ((OASISTypes.common_section * OASISTypes.doc) -> t -> 'a) -> PropList.Data.t -> 'a
val modules : PropList.Data.t -> string list
val generator : PropList.Data.t -> OASISTypes.package -> t
val qstrt_completion : OASISTypes.package -> OASISTypes.package
val init : unit -> unit