this repo has no description
1opam-version: "2.0"
2authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray"]
3maintainer: "anil@recoil.org"
4homepage: "https://github.com/mirage/mirage-clock"
5bug-reports: "https://github.com/mirage/mirage-clock/issues"
6dev-repo: "git+https://github.com/mirage/mirage-clock"
7doc: "https://mirage.github.io/mirage-clock/"
8
9license: "ISC"
10tags: ["org:mirage"]
11depends: [
12 "ocaml"
13 "ocamlfind" {build}
14 "ocamlbuild" {build}
15 "topkg" {build & >= "0.8.0"}
16 "mirage-device" {>= "1.0.0" & < "2.0.0"}
17]
18build: [ "ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%" ]
19synopsis: "Libraries and module types for two kinds of clocks:"
20description: """
21* clocks which give a full date and time (PCLOCK)
22* clocks which give a count of time elapsed since the clock started, guaranteed to always increase (MCLOCK)
23
24These are primarily useful in the context of Mirage projects."""
25url {
26 src:
27 "https://github.com/mirage/mirage-clock/releases/download/1.2.0/mirage-clock-1.2.0.tbz"
28 checksum: [
29 "sha256=1fc0d9a04df34dda23dea47a1d34fad3c1d6753e858621d826f7f063c7555b0e"
30 "md5=8fcd0b9e05aa62cb75ca7cde8f1bcfeb"
31 ]
32}