ligo/src/dune
Christian Rinderknecht 1941f9ae4b Shared more code in ParserUnit.ml
Rewrite of the integration of the preprocessor.
Compiles bt DOES NOT PASS THE CI.
2020-04-03 19:08:14 +02:00

14 lines
221 B
Plaintext

(dirs (:standard))
(library
(name ligo)
(public_name ligo)
(libraries
Preprocessor
simple-utils
tezos-utils
tezos-micheline
main)
(preprocess
(pps ppx_let bisect_ppx --conditional)))