package oasis

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

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.10.tar.gz
sha256=1cd9071403a2edb79dacbca8a96bdc6be754e786e1a45e69d9326fb6ee00508d
md5=84de67188d6c1ba4499aee6d4cb8cb54

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

Module OCamlbuildDocPluginSource

Sourcetype run_t = {
  1. extra_args : string list;
  2. run_path : OASISTypes.unix_filename;
}
Sourceval doc_build : ctxt:OASISContext.t -> run_t -> 'a -> (OASISTypes.common_section * 'b) -> OASISTypes.arg array -> unit
Sourceval doc_clean : ctxt:OASISContext.t -> 'a -> 'b -> (OASISTypes.common_section * 'c) -> OASISTypes.arg array -> unit
Sourceval plugin : [> `Doc ] * string * OASISVersion.t option
Sourcetype 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;
}
Sourceval pivot_data : t OASISPlugin.prop
Sourceval new_field : OASISTypes.name -> ?default:'a -> 'a OASISValues.t -> string -> ((OASISTypes.common_section * OASISTypes.doc) -> t -> 'a) -> PropList.Data.t -> 'a
Sourceval modules : PropList.Data.t -> string list
Sourceval init : unit -> unit
OCaml

Innovation. Community. Security.