package archetype

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

Module Archetype.OptionsSource

Sourcetype target_lang =
  1. | Ligo
  2. | LigoStorage
  3. | SmartPy
  4. | Markdown
  5. | Scaml
  6. | Michelson
  7. | MichelsonStorage
  8. | Whyml
  9. | Debug
Sourcetype storage_policy =
  1. | Record
  2. | Flat
  3. | Hybrid of (string * string) list
Sourcetype execution_mode =
  1. | WithSideEffect
  2. | WithoutSideEffect
Sourcetype sorting_policy =
  1. | OnTheFly
  2. | OnChange
  3. | None
Sourceval version : string
Sourceval url : string
Sourceval target : target_lang ref
Sourceval storage_policy : storage_policy ref
Sourceval execution_mode : execution_mode ref
Sourceval sorting_policy : sorting_policy ref
Sourceval with_init_caller : bool ref
Sourceval opt_lsp : bool ref
Sourceval opt_service : bool ref
Sourceval opt_json : bool ref
Sourceval opt_pt : bool ref
Sourceval opt_extpt : bool ref
Sourceval opt_ext : bool ref
Sourceval opt_ast : bool ref
Sourceval opt_mdl : bool ref
Sourceval opt_typed : bool ref
Sourceval opt_ir : bool ref
Sourceval opt_dir : bool ref
Sourceval opt_mic : bool ref
Sourceval opt_all_parenthesis : bool ref
Sourceval opt_m : bool ref
Sourceval opt_raw : bool ref
Sourceval opt_raw_whytree : bool ref
Sourceval opt_raw_ir : bool ref
Sourceval opt_raw_michelson : bool ref
Sourceval opt_caller : string ref
Sourceval opt_decomp : bool ref
Sourceval opt_trace : bool ref
Sourceval opt_metadata_uri : string ref
Sourceval opt_metadata_storage : string ref
Sourceval opt_property_focused : string ref
Sourceval opt_vids : string list ref
Sourceval add_vids : string -> unit
OCaml

Innovation. Community. Security.