SPAKE2/SPAKE2+ password-authenticated key exchange for OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add missing :with-test deps across batch

Sweep ocaml-scc, ocaml-scitt, ocaml-sdls, ocaml-sdnv, ocaml-sgp4,
ocaml-sle, ocaml-spake2, ocaml-sqlite, ocaml-srp to declare every
test-scope dependency that is actually used at test time.

+2
+1
dune-project
··· 33 33 (logs (>= 0.7.0)) 34 34 (alcotest :with-test) 35 35 (mdx :with-test) 36 + (ohex :with-test) 36 37 (alcobar :with-test)))
+1
spake2.opam
··· 26 26 "logs" {>= "0.7.0"} 27 27 "alcotest" {with-test} 28 28 "mdx" {with-test} 29 + "ohex" {with-test} 29 30 "alcobar" {with-test} 30 31 "odoc" {with-doc} 31 32 ]