Module Irmin_pack_unix.Atomic_write

include module type of Irmin_pack.Atomic_write
module type Persistent = Irmin_pack.Atomic_write.Persistent
module Make_persistent (Io : Io.S) (K : Irmin.Type.S) (V : Value.S) : Persistent with type key = K.t and type value = V.t