ligo/src/lib_shell_services/jbuild

15 lines
377 B
Plaintext
Raw Normal View History

(jbuild_version 1)
(library
((name tezos_shell_services)
(public_name tezos-shell-services)
(libraries (tezos-base))
(flags (:standard -w +27@8
-safe-string
-open Tezos_base__TzPervasives))))
(alias
((name runtest_indent)
(deps ((glob_files *.ml{,i})))
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))