this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3tags: [
4 "org:mirage"
5 "org:xapi-project"
6]
7build: [make "unix-build"]
8remove: ["ocamlfind" "remove" "mirage-clock-unix"]
9depends: ["ocaml" "ocamlfind" "cstruct" "ocamlbuild" {build}]
10conflicts: [
11 "mirage-clock" # overwrites the mirage-clock library
12 "mirage-clock-xen" {< "1.0.0"} # also overwrites the mirage-clock library (same source)
13]
14dev-repo: "git+https://github.com/mirage/mirage-clock"
15install: [make "unix-install"]
16synopsis: "A Mirage-compatible Clock library for Unix"
17flags: light-uninstall
18url {
19 src: "https://github.com/mirage/mirage-clock/archive/v0.9.9.tar.gz"
20 checksum: [
21 "sha256=436184652a9ad5d61e1635239e3a25128de015ad4a40a6b61acdd5205873a4c4"
22 "md5=9851fdf8293fe8eee16dc19f24c92d1c"
23 ]
24}