this repo has no description
1bug-reports: "https://github.com/mirage/mirage-clock/issues"
2homepage: "https://github.com/mirage/mirage-clock"
3authors: "The MirageOS team"
4opam-version: "2.0"
5maintainer: "anil@recoil.org"
6tags: ["org:mirage" "org:xapi-project"]
7build: [make "xen-build"]
8remove: [
9 ["ocamlfind" "remove" "mirage-clock-xen"]
10]
11depends: [
12 "ocaml"
13 "ocamlfind"
14 "ocamlbuild" {build}
15 "mirage-types" {>= "0.3.0" & < "3.0.0"}
16]
17dev-repo: "git+https://github.com/mirage/mirage-clock"
18install: [make "xen-install"]
19synopsis: "A Mirage-compatible Clock library for Xen"
20flags: light-uninstall
21url {
22 src: "https://github.com/mirage/mirage-clock/archive/v1.0.0.tar.gz"
23 checksum: [
24 "sha256=2dc2a9511a898afdca360d5b656b953d61797d3032138a0b1c2d57b579ba6fd3"
25 "md5=c20135e5bac324fb9009a54986cf615f"
26 ]
27}