aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doc/ale-cairo.txt
blob: c84535be3be0938b3896a3cf08448aaf56a558b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
===============================================================================
ALE Cairo Integration                                       *ale-cairo-options*


===============================================================================
scarb                                                         *ale-cairo-scarb*

                                           *ale-options.cairo_scarb_executable*
                                                 *g:ale_cairo_scarb_executable*
                                                 *b:ale_cairo_scarb_executable*
cairo_scarb_executable
g:ale_cairo_scarb_executable
  Type: |String|
  Default: `'scarb build'`

  For Cairo1 projects using Scarb

  For more information read 'https://docs.swmansion.com/scarb/'


===============================================================================
starknet                                                   *ale-cairo-starknet*

                                        *ale-options.cairo_starknet_executable*
                                              *g:ale_cairo_starknet_executable*
                                              *b:ale_cairo_starknet_executable*
cairo_starknet_executable
g:ale_cairo_starknet_executable
  Type: |String|
  Default: `'starknet-compile'`

  Overrides the starknet-compile binary after installing the cairo-language.

  For more information read 'https://starknet.io/docs/quickstart.html'


===============================================================================
  vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: