2017-11-27 09:13:12 +04:00
|
|
|
(jbuild_version 1)
|
|
|
|
|
|
|
|
(library
|
|
|
|
((name tezos_stdlib)
|
|
|
|
(public_name tezos-stdlib)
|
2017-12-11 19:36:24 +04:00
|
|
|
(libraries (ocplib-endian.bigstring cstruct stringext))
|
|
|
|
(flags (:standard -safe-string))))
|
2017-11-27 09:13:12 +04:00
|
|
|
|
|
|
|
(alias
|
|
|
|
((name runtest_indent)
|
|
|
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
|
|
|
(action (run bash ${path:test-ocp-indent.sh} ${<}))))
|
|
|
|
|
|
|
|
(install
|
|
|
|
((section libexec)
|
2017-12-11 19:36:24 +04:00
|
|
|
(files ((test-ocp-indent.sh as test-ocp-indent.sh)))))
|