ligo/src/main/dune

14 lines
258 B
Plaintext
Raw Normal View History

2019-09-11 13:56:39 +02:00
(library
(name main)
(public_name ligo.main)
(libraries
run
compile
2019-11-29 21:22:56 +00:00
uncompile
2019-09-11 13:56:39 +02:00
)
(preprocess
2019-12-11 12:23:11 +01:00
(pps ppx_let bisect_ppx --conditional)
2019-09-11 13:56:39 +02:00
)
(flags (:standard -w +1..62-4-9-44-40-42-48-30@39@33 -open Simple_utils -open Tezos_utils ))
)