opam-version: "2.0"
name: "cdrom"
version: "0.9.4"
synopsis: "Query the state and contents of CDROM devices under Linux"
maintainer: "xen-api@list.xen.org"
authors: "Dave Scott <dave@recoil.org>"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
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: [
    "sha256=2ea7c9f2d937fccbc07d67c4c77b37e89a1effc0407dcd824b32253cc68040ee"
    "md5=a8dd8e015afc44e8b7d65a9ef62d8fcd"
  ]
}
