this repo has no description
1opam-version: "2.0" 2maintainer: "jonathan.ludlam@eu.citrix.com" 3homepage: "https://github.com/xapi-project/cdrom" 4bug-reports: "https://github.com/xapi-project/cdrom/issues" 5tags: [ 6 "org:mirage" 7 "org:xapi-project" 8] 9build: make 10remove: [["ocamlfind" "remove" "cdrom"]] 11depends: ["ocaml" "ocamlfind" "obuild"] 12depexts: ["linux-headers"] {os-distribution = "alpine"} 13dev-repo: "git+https://github.com/xen-org/cdrom" 14available: os = "linux" 15install: [make "install"] 16synopsis: "Query the state and contents of CDROM devices under Linux." 17authors: "Dave Scott <dave@recoil.org>" 18flags: light-uninstall 19url { 20 src: "https://github.com/xen-org/cdrom/archive/cdrom-0.9.1.tar.gz" 21 checksum: [ 22 "sha256=bd400ee8f02e226444900c8ca92436ba0c3103070ffc973fae21ed143b2a0ee0" 23 "md5=1427ab8e636c240a073665de9daa5c19" 24 ] 25}