package metapp

  1. Overview
  2. Docs
Meta-preprocessor for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

metapp.0.4.4.tar.gz
sha512=817b33d9006a6849845e29a2b12ad7b7d13e34e38216bd2724df45e8f24356f9d281e2731ecc37a8ab2b5faef844252a04f976adf61d024b7653235e38dfdc46

doc/metapp_ppx/Metapp_ppx/Options/index.html

Module Metapp_ppx.OptionsSource

include module type of struct include Dyncompile.Options end
type t = Dyncompile.Options.t = {
  1. packages : string list;
  2. directories : string list;
  3. flags : string list;
  4. plainsource : bool;
  5. debug_findlib : bool;
  6. verbose : bool;
}
val empty : t
val rev : t -> t
val add_directories : string list -> t -> t
val add_packages : string list -> t -> t
val add_flags : string list -> t -> t
val set_plainsource : bool -> t -> t
val set_debug_findlib : bool -> t -> t
val set_verbose : bool -> t -> t
Sourceval handle : Metapp_preutils.destruct_extension -> (t -> t) option
OCaml

Innovation. Community. Security.