opam switch create ./ 4.09.1 --deps-only
eval $(opam env)./build_deps.sh
opam install . -yopam install utop
dune utopdune build @install
opam install alcotest
dune runtestUSE THE RELEASE VERSION OF THE RUST LIBRARY TO GET PRODUCTION BENCHMARKS (cargo build --release)
opam install core_bench
dune exec benchmark/bench_ec.exe
dune exec benchmark/bench_ff.exe
dune exec benchmark/bench_pairing.exedune build @doc to generate the API documentation.