package archetype

  1. Overview
  2. Docs
Archetype language compiler

Install

Dune Dependency

Authors

Maintainers

Sources

1.4.3.tar.gz
md5=056be0abf0b3855e73a7a63264ccfa86
sha512=82a146f1390808f5409ee97b31c4faad39e87eefc77f29f00e2a17fc267394e6d53e8c790e9cdde749d5acc402c53f56f0b595c40285b87d0998fbddbefdaa5d

doc/archetype/Archetype/Options/index.html

Module Archetype.OptionsSource

Sourcetype target_lang =
  1. | Michelson
  2. | MichelsonStorage
  3. | OffchainViews
  4. | Javascript
  5. | Markdown
  6. | BindingsJs
  7. | BindingsTs
  8. | 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_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_g : bool ref
Sourceval opt_path : string 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 language =
  1. | Typescript
  2. | Javascript
Sourceval language_to_string : language -> string
OCaml

Innovation. Community. Security.