opam-version: "2.0"
maintainer: "dave@recoil.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.0"}
  "oasis" {build}
  "ounit" {with-test}
  "ocamlfind" {build}
  "ppx_tools"
  "lwt"
  "cstruct" {>= "1.9.0" & < "3.0.0"}
  "cmdliner"
  "sexplib" {< "v0.15"}
  "mirage-block-unix" {< "2.5.0"}
  "io-page" {< "2.0.0"}
  "mirage" {>= "1.1.0" & < "3.0.0"}
  "uri"
  "ppx_deriving"
  "ppx_sexp_conv" {!= "113.33.00+4.03" & < "v0.15"}
]
tags: ["org:mirage" "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.1.tar.gz"
  checksum: "md5=3dd4eb7e145be3e0cbad37a738659663"
}
