2019-05-13 00:56:22 +04:00
|
|
|
(library
|
|
|
|
(name transpiler)
|
|
|
|
(public_name ligo.transpiler)
|
|
|
|
(libraries
|
|
|
|
simple-utils
|
|
|
|
tezos-utils
|
|
|
|
ast_typed
|
|
|
|
mini_c
|
2019-10-02 19:20:48 +04:00
|
|
|
self_mini_c
|
2019-05-13 00:56:22 +04:00
|
|
|
operators
|
|
|
|
)
|
|
|
|
(preprocess
|
2019-12-11 15:23:11 +04:00
|
|
|
(pps ppx_let bisect_ppx --conditional)
|
2019-05-13 00:56:22 +04:00
|
|
|
)
|
|
|
|
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils ))
|
|
|
|
)
|