22 lines
457 B
Plaintext
Raw Normal View History

(library
2018-07-25 21:06:02 +02:00
(name tezos_stdlib)
(public_name tezos-stdlib)
(libraries ocplib-endian.bigstring
bigstring
cstruct
hex
re
zarith
lwt
lwt.log)
(flags (:standard -safe-string)))
(alias
2018-07-25 21:06:02 +02:00
(name runtest_indent)
(deps (glob_files *.ml{,i}))
(action (run bash %{dep:test-ocp-indent.sh} %{deps})))
(install
2018-07-25 21:06:02 +02:00
(section libexec)
(files (test-ocp-indent.sh as test-ocp-indent.sh)))