Persistent store with Git semantics: lazy reads, delayed writes, content-addressing
1
fork

Configure Feed

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

fix(irmin): add missing wal and bloom dependencies

+4
+2
dune-project
··· 29 29 (atp (>= 0.1)) 30 30 (atp-xrpc-server (>= 0.1)) 31 31 (pds (>= 0.1)) 32 + (wal (>= 0.1)) 33 + (bloom (>= 0.1)) 32 34 (base64 (>= 3.5)) 33 35 (alcotest :with-test) 34 36 (crowbar :with-test)))
+2
irmin.opam
··· 23 23 "atp" {>= "0.1"} 24 24 "atp-xrpc-server" {>= "0.1"} 25 25 "pds" {>= "0.1"} 26 + "wal" {>= "0.1"} 27 + "bloom" {>= "0.1"} 26 28 "base64" {>= "3.5"} 27 29 "alcotest" {with-test} 28 30 "crowbar" {with-test}