2020-02-09 18:22:33 +01:00

26 lines
458 B
Plaintext

(library
(name compile)
(public_name ligo.compile)
(libraries
simple-utils
tezos-utils
parser
simplify
interpreter
ast_simplified
self_ast_simplified
typer_new
typer
ast_typed
transpiler
mini_c
self_mini_c
compiler
self_michelson
)
(preprocess
(pps ppx_let bisect_ppx --conditional)
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Tezos_utils ))
)