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