opam-version: "2.0"
synopsis: "Query the state and contents of CDROM devices under Linux"
maintainer: "xen-api@list.xen.org"
authors: "Dave Scott <dave@recoil.org>"
tags: "org:xapi-project"
homepage: "https://github.com/xapi-project/cdrom"
bug-reports: "https://github.com/xapi-project/cdrom/issues"
depends: [
  "ocaml"
  "dune" {>= "1.4"}
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/xapi-project/cdrom.git"
url {
  src: "https://github.com/xapi-project/cdrom/archive/v0.9.4.tar.gz"
  checksum: "md5=a8dd8e015afc44e8b7d65a9ef62d8fcd"
}
