2019-05-12 20:56:22 +00:00
|
|
|
(library
|
|
|
|
(name operators)
|
|
|
|
(public_name ligo.operators)
|
|
|
|
(libraries
|
|
|
|
simple-utils
|
|
|
|
tezos-utils
|
|
|
|
ast_typed
|
2019-09-27 14:55:09 +02:00
|
|
|
typesystem
|
2019-05-12 20:56:22 +00:00
|
|
|
mini_c
|
|
|
|
)
|
|
|
|
(preprocess
|
2019-09-05 15:21:01 +02:00
|
|
|
(pps ppx_let)
|
2019-05-12 20:56:22 +00:00
|
|
|
)
|
|
|
|
(flags (:standard -open Simple_utils ))
|
|
|
|
)
|