package archetype

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

Module Archetype.OptionsSource

Sourcetype target_lang =
  1. | Michelson
  2. | MichelsonStorage
  3. | OffchainViews
  4. | Whyml
  5. | Javascript
  6. | Markdown
  7. | BindingsJs
  8. | BindingsTs
  9. | ContractMetadata
Sourceexception UnknownTarget of string
Sourceval string_to_target_lang : string -> target_lang
Sourceval version : string
Sourceval url : string
Sourceval target : target_lang ref
Sourceval debug : bool ref
Sourceval quiet : bool ref
Sourceval with_init_caller : bool ref
Sourceval opt_json : bool ref
Sourceval opt_rjson : 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_omdl : bool ref
Sourceval opt_typed : bool ref
Sourceval opt_ir : bool ref
Sourceval opt_dir : bool ref
Sourceval opt_mic : bool ref
Sourceval opt_mici : 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_with_metadata : bool ref
Sourceval opt_expr : string option ref
Sourceval opt_entrypoint : string option ref
Sourceval opt_type : string option ref
Sourceval opt_with_contract : bool ref
Sourceval opt_code_only : bool ref
Sourceval opt_expr_only : bool ref
Sourceval opt_init : string ref
Sourceval opt_no_js_header : bool ref
Sourceval opt_sdir : bool ref
Sourceval opt_test_mode : bool ref
Sourceval opt_get_storage_values : bool ref
Sourceval opt_with_parameters : bool ref
Sourceval opt_show_entries : bool ref
Sourceval opt_out : string ref
Sourceval opt_contract_interface : bool ref
Sourceval opt_contract_interface_michelson : bool ref
Sourceval opt_event_well_address : string option ref
Sourceval opt_property_focused : string ref
Sourceval opt_vids : string list ref
Sourceval add_vids : string -> unit
Sourcetype lsp_kind =
  1. | Errors
  2. | Outline
Sourceval lsp_kind_to_yojson : lsp_kind -> Yojson.Safe.t
Sourceexception UnknownLspKind of string
Sourceval string_to_kind : string -> lsp_kind
Sourceval opt_lsp_kind : lsp_kind option ref
Sourcetype service_kind =
  1. | GetProperties
Sourceval service_kind_to_yojson : service_kind -> Yojson.Safe.t
Sourceexception UnknownServiceKind of string
Sourceval string_to_service_kind : string -> service_kind
Sourceval opt_service_kind : service_kind option ref
Sourcetype language =
  1. | Typescript
  2. | Javascript
Sourceval language_to_string : language -> string
OCaml

Innovation. Community. Security.