9405b702e9
It replaces our own `Hex_encode` module.
17 lines
402 B
Plaintext
17 lines
402 B
Plaintext
(jbuild_version 1)
|
|
|
|
(library
|
|
((name tezos_stdlib)
|
|
(public_name tezos-stdlib)
|
|
(libraries (ocplib-endian.bigstring cstruct stringext hex))
|
|
(flags (:standard -safe-string))))
|
|
|
|
(alias
|
|
((name runtest_indent)
|
|
(deps ((glob_files *.ml) (glob_files *.mli)))
|
|
(action (run bash ${path:test-ocp-indent.sh} ${<}))))
|
|
|
|
(install
|
|
((section libexec)
|
|
(files ((test-ocp-indent.sh as test-ocp-indent.sh)))))
|