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"]
11
12depends: [
13 "ocaml"
14 "ocamlfind" {build}
15 "ocamlbuild" {build}
16 "topkg" {build & >= "0.8.0"}
17 "mirage-clock" {>= "1.2.0" & <"1.3.0"}
18 "mirage-clock-lwt" {>= "1.2.0" & <"1.3.0"}
19 "lwt"
20 "lwt" {with-test & < "5.0.0"}
21]
22build: [
23 [
24 "ocaml"
25 "pkg/pkg.ml"
26 "build"
27 "-n"
28 name
29 "--pinned"
30 "%{pinned}%"
31 "--tests"
32 "false"
33 ]
34 [
35 "ocaml"
36 "pkg/pkg.ml"
37 "build"
38 "-n"
39 name
40 "--pinned"
41 "%{pinned}%"
42 "--tests"
43 "true"
44 ] {with-test}
45 ["ocaml" "pkg/pkg.ml" "test" "-n" name] {with-test}
46]
47synopsis: "A Mirage-compatible Clock library for Unix"
48url {
49 src:
50 "https://github.com/mirage/mirage-clock/releases/download/1.2.0/mirage-clock-unix-1.2.0.tbz"
51 checksum: [
52 "sha256=e0bc730f327554eadb8881ba1e800636b5930367c0a7f40684763549bf0651c6"
53 "md5=1ca490a4572f3bf6a9034842eb092035"
54 ]
55}