https://gitlab.com/tezos/tezos
Raw File
Tip revision: b26a075ddf2a5818566d8b2bd75d847c1b89022d authored by satos on 13 December 2021, 15:02:15 UTC
Shell: offer exception-less functions in Hex
Tip revision: b26a075
dune-workspace
(lang dune 2.9)

(env
 (static  (ocamlopt_flags (:standard -O3)))
 (release (ocamlopt_flags (:standard -O3)))
)
back to top