bug-reports: "https://github.com/mirage/mirage-clock/issues"
homepage: "https://github.com/mirage/mirage-clock"
authors: "The MirageOS team"
opam-version: "2.0"
maintainer: "anil@recoil.org"
tags: ["org:mirage" "org:xapi-project"]
build: [make "xen-build"]
remove: [
  ["ocamlfind" "remove" "mirage-clock-xen"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "mirage-types" {>= "0.3.0" & < "3.0.0"}
]
dev-repo: "git://github.com/mirage/mirage-clock"
install: [make "xen-install"]
synopsis: "A Mirage-compatible Clock library for Xen"
flags: light-uninstall
url {
  src: "https://github.com/mirage/mirage-clock/archive/v1.0.0.tar.gz"
  checksum: "md5=c20135e5bac324fb9009a54986cf615f"
}
