package oasis

  1. Overview
  2. Docs
Tooling for building OCaml libraries and applications

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.7.tar.gz
sha256=54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d
md5=d848bac0234ed1849a9187d16630cda3

doc/oasis.builtin-plugins/OCamlbuildDocPlugin/index.html

Module OCamlbuildDocPlugin

type run_t = {
  1. extra_args : string list;
  2. run_path : OASISTypes.unix_filename;
}
val doc_build : ctxt:OASISContext.t -> run_t -> 'a -> (OASISTypes.common_section * 'b) -> OASISTypes.arg array -> unit
val doc_clean : ctxt:OASISContext.t -> '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
OCaml

Innovation. Community. Security.