2019-05-13 00:56:22 +04:00
|
|
|
(library
|
|
|
|
(name operators)
|
|
|
|
(public_name ligo.operators)
|
|
|
|
(libraries
|
|
|
|
simple-utils
|
|
|
|
tezos-utils
|
|
|
|
ast_typed
|
2019-09-27 16:55:09 +04:00
|
|
|
typesystem
|
2019-05-13 00:56:22 +04:00
|
|
|
mini_c
|
|
|
|
)
|
|
|
|
(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 -open Simple_utils ))
|
|
|
|
)
|