package oasis

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

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.11.tar.gz
sha256=18b73deef4ed6e9a83337f24b3bbe2ded65268b3ff7309fcc00d25e57e1dc12e
md5=98492f4657c2c5b30e3b1bc945e58419

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

Module OCamlbuildDocPluginSource

Sourcetype run_t = {
  1. args : OCamlbuildCommon.args;
  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. ocamlbuild_common_args : OCamlbuildCommon.args;
}
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.