package oasis

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

Install

Dune Dependency

Authors

Maintainers

Sources

oasis-0.4.8.tar.gz
sha256=1e535de19fce623cc0019d2bbc4b158ac47e10b0165620e2ea459b1b0fdbc7d2
md5=9ba176512a3cc008ec39cd4b528cc4e5

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

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.