package oasis

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module METAPluginSource

META generator

  • author Sylvain Le Gall
Sourcetype meta_type =
  1. | METALibrary
  2. | METASyntax
Sourcetype t = {
  1. enable : bool;
  2. description : string option;
  3. meta_type : meta_type;
  4. requires : string list option;
  5. extra_lines : string list;
}
Sourceval plugin : [> `Extra ] * string * OASISVersion.t option
Sourceval feature_extra_lines : OASISFeatures.t
Sourceval pivot_data : t OASISPlugin.prop
Sourceval generator : PropList.Data.t -> t
Sourceval init : unit -> unit
OCaml

Innovation. Community. Security.