opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: [ "Jonathan Ludlam" "David Scott" ]
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
homepage: "https://github.com/xapi-project/nbd"
dev-repo: "git+https://github.com/xapi-project/nbd.git"
bug-reports: "https://github.com/xapi-project/nbd/issues"

build: [
  ["oasis" "setup"]
  ["./configure" "--prefix" prefix]
  [make]
  ["./configure" "--enable-tests"] {with-test}
  [make "test"] {with-test}
]
install: [
  [make "install" "BINDIR=%{bin}%"]
]
remove: [
  [make "uninstall" "BINDIR=%{bin}%" "CONFIGUREFLAGS=--disable-tests"]
  ["ocamlfind" "remove" "nbd"]
]
depends: [
  "ocaml" {>= "4.02.3"}
  "oasis" {build}
  "ounit" {with-test}
  "ocamlfind" {build}
  "ppx_tools"
  "lwt" {>= "2.7.0" & < "3.0.0"}
  "cstruct" {>= "1.9.0" & < "3.0.0"}
  "cmdliner"
  "sexplib" {< "v0.11"}
  "mirage-block-unix" {< "2.5.0"}
  "io-page-unix"
  "mirage-types-lwt" {= "2.8.0"}
  "mirage-types" {= "2.8.0"}
  "uri"
  "ppx_deriving"
  "ppx_sexp_conv" {!= "113.33.00+4.03" & < "v0.11"}
]
tags: [ "org:xapi-project" ]
synopsis: "Network Block Device (NBD) protocol implementation"
description: """
This library allows applications to export and consume block
devices using the NBD protocol (as used by Linux, qemu etc)"""
url {
  src: "https://github.com/xapi-project/nbd/archive/v2.1.3/nbd-2.1.3.tar.gz"
  checksum: "md5=887fa916d0f3f93b5dd8398c7e4b309a"
}
