Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 295 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 295 Bytes

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