1(lang dune 3.15)
2(using mdx 0.4)
3(using ctypes 0.3)
4
5(name zfs)
6
7(generate_opam_files true)
8
9(source
10 (github patricoferris/ocaml-zfs))
11
12(authors "Patrick Ferris <patrick@sirref.org>")
13
14(maintainers "Patrick Ferris <patrick@sirref.org>")
15
16(license ISC)
17
18
19(package
20 (name zfs)
21 (synopsis "libzfs bindings")
22 (description "OCaml bindings to libzfs")
23 (depends
24 ocaml
25 dune
26 ctypes
27 (mdx :with-test))
28 (tags
29 ("filesystem" "zfs")))
30
31; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project