File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ depends: [
24
24
"irmin-test" {= version & with-test}
25
25
"alcotest-lwt" {with-test & >= "1.8.0"}
26
26
"irmin-watcher" {with-test & >= "0.5.0"}
27
+ "mirage-crypto-rng-lwt" {with-test & >= "1.1.0"}
27
28
]
28
29
build: [
29
30
["dune" "subst"] {pinned}
Original file line number Diff line number Diff line change 8
8
websocket-lwt-unix
9
9
conduit-lwt-unix
10
10
alcotest-lwt
11
+ mirage-crypto-rng-lwt
11
12
irmin-test
12
13
irmin-watcher)
13
14
(enabled_if
Original file line number Diff line number Diff line change 15
15
*)
16
16
17
17
open Lwt.Infix
18
+
19
+ let () = Mirage_crypto_rng_lwt. initialize (module Mirage_crypto_rng. Fortuna )
20
+
18
21
module Store = Irmin_mem.KV. Make (Irmin.Contents. String )
19
22
module Client = Irmin_client_unix. Make (Store )
20
23
module Server = Irmin_server_unix. Make (Store )
You can’t perform that action at this time.
0 commit comments