this repo has no description
at main 736 B view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "libzfs bindings" 4description: "OCaml bindings to libzfs" 5maintainer: ["Patrick Ferris <patrick@sirref.org>"] 6authors: ["Patrick Ferris <patrick@sirref.org>"] 7license: "ISC" 8tags: ["filesystem" "zfs"] 9homepage: "https://github.com/patricoferris/ocaml-zfs" 10bug-reports: "https://github.com/patricoferris/ocaml-zfs/issues" 11depends: [ 12 "ocaml" 13 "dune" {>= "3.15"} 14 "ctypes" 15 "mdx" {with-test} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/patricoferris/ocaml-zfs.git"