19 lines
426 B
Plaintext
Raw Normal View History

(jbuild_version 1)
(library
((name tezos_crypto)
(public_name tezos-crypto)
(flags (:standard -safe-string
-open Tezos_stdlib))
(libraries (tezos-stdlib
lwt
nocrypto
blake2
tweetnacl
zarith))))
(alias
((name runtest_indent)
2018-02-06 16:17:38 +01:00
(deps ((glob_files *.ml*)))
2018-01-27 11:21:41 +01:00
(action (run bash ${libexec:tezos-stdlib:test-ocp-indent.sh} ${^}))))