https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6c2033f4db8faf1969590b09d63ac33bce5df282 authored by Raphael Toledo on 28 March 2022, 17:40:15 UTC
Adding prelim version of ocaml-chia-vdf
Tip revision: 6c2033f
dune-workspace
(lang dune 2.9)

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