ligo/src/main/run/dune

26 lines
440 B
Plaintext
Raw Normal View History

2019-05-12 20:56:22 +00:00
(library
2019-09-10 15:19:15 +02:00
(name run)
(public_name ligo.run)
2019-05-12 20:56:22 +00:00
(libraries
simple-utils
tezos-utils
parser
2020-06-12 12:58:38 +02:00
tree_abstraction
2020-03-12 23:20:39 +01:00
self_ast_imperative
2020-06-12 12:58:38 +02:00
desugaring
ast_core
typer_new
2019-05-12 20:56:22 +00:00
typer
ast_typed
2020-06-12 12:58:38 +02:00
spilling
2019-05-12 20:56:22 +00:00
mini_c
operators
2020-06-12 12:58:38 +02:00
stacking
2019-09-15 13:12:19 +02:00
compile
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 ))
)