25 lines
442 B
Plaintext
Raw Normal View History

2019-05-12 20:56:22 +00:00
(library
2019-09-10 15:19:15 +02:00
(name compile)
(public_name ligo.compile)
2019-05-12 20:56:22 +00:00
(libraries
simple-utils
tezos-utils
parser
simplify
ast_simplified
2019-09-19 12:59:07 +02:00
self_ast_simplified
typer_new
2019-05-12 20:56:22 +00:00
typer
ast_typed
transpiler
mini_c
2019-11-02 16:56:05 -05:00
self_mini_c
2019-05-12 20:56:22 +00:00
compiler
2019-09-25 17:21:44 +02:00
self_michelson
2019-05-12 20:56:22 +00:00
)
(preprocess
2019-12-11 12:23:11 +01:00
(pps ppx_let bisect_ppx --conditional)
2019-05-12 20:56:22 +00:00
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Tezos_utils ))
)