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