this repo has no description
1opam-version: "2.0" 2synopsis: "Query the state and contents of CDROM devices under Linux" 3maintainer: "xen-api@list.xen.org" 4authors: "Dave Scott <dave@recoil.org>" 5tags: "org:xapi-project" 6homepage: "https://github.com/xapi-project/cdrom" 7bug-reports: "https://github.com/xapi-project/cdrom/issues" 8depends: [ 9 "ocaml" 10 "dune" {>= "1.4"} 11] 12build: ["dune" "build" "-p" name "-j" jobs] 13dev-repo: "git+https://github.com/xapi-project/cdrom.git" 14url { 15 src: "https://github.com/xapi-project/cdrom/archive/v0.9.4.tar.gz" 16 checksum: [ 17 "sha256=2ea7c9f2d937fccbc07d67c4c77b37e89a1effc0407dcd824b32253cc68040ee" 18 "md5=a8dd8e015afc44e8b7d65a9ef62d8fcd" 19 ] 20}