this repo has no description
ocaml-zfs#
Some very partial and very probably broken bindings to libzfs.
let () =
let handle = Zfs.init () in
let props = [ ("compression", `String "lz4") ] in
Zfs.create ~props handle "obuilder-zfs/hello" Zfs.Types.filesystem