Edit: Just to make clear, I do not think that Mirage_kv.RO.Sshould expose file_list, but perhaps another (Lwt.t-based) mechanism for listing files would be good to have. This would be useful if we -say- implemented NFS, or some other network-based backend for Mirage_kv.
The upstream interface does not include the
file_list
: https://github.com/mirage/mirage-kv/blob/master/src/mirage_kv.mliThis causes jbuilder test builds with
--dev
to fail with:It also complains about an unused
Arg
open in https://github.com/mirage/ocaml-crunch/blob/master/src/crunch.ml#L62Edit: Just to make clear, I do not think that
Mirage_kv.RO.S
should exposefile_list
, but perhaps another (Lwt.t
-based) mechanism for listing files would be good to have. This would be useful if we -say- implemented NFS, or some other network-based backend forMirage_kv
.