14 lines
294 B
Plaintext
Raw Normal View History

2019-05-12 20:56:22 +00:00
(library
2020-03-12 23:20:39 +01:00
(name self_ast_imperative)
(public_name ligo.self_ast_imperative)
2019-05-12 20:56:22 +00:00
(libraries
simple-utils
2020-03-12 23:20:39 +01:00
ast_imperative
proto-alpha-utils
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 ))
)