opam-version: "1.2"
maintainer: "jonathan.ludlam@citrix.com"
authors: ["Jonathan Ludlam" "David Scott" "Thomas Sanders"]
homepage: "https://github.com/xapi-project/nbd"
bug-reports: "https://github.com/xapi-project/nbd/issues"
license: "LGPL-2 with OCaml linking exception"
doc: "https://xapi-project.github.io/nbd/nbd-lwt-unix/index.html"
tags: ["org:mirage" "org:xapi-project"]
dev-repo: "https://github.com/xapi-project/nbd.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "jbuilder" {build}
  "cstruct-lwt"
  "io-page"
  "io-page-unix"
  "lwt" {>= "2.7.0"}
  "mirage-types-lwt" {>= "3.0.0"}
  "mirage-block-lwt"
  "mirage-block-unix"
  "nbd"
  "lwt_ssl"
  "ssl"
]
available: [ocaml-version >= "4.03.0"]
