2019-03-13 11:12:15 +00:00

16 lines
366 B
Plaintext

(library
(name michelson_parser)
(public_name michelson-parser)
(libraries
tezos-base
tezos-memory-proto-alpha
)
(flags (:standard -w -9-32 -safe-string
-open Tezos_base__TzPervasives
)))
(alias
(name runtest_indent)
(deps (glob_files *.ml*))
(action (run bash %{libexec:tezos-stdlib:test-ocp-indent.sh} %{deps})))