opam-version: "2.0" authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray"] maintainer: "anil@recoil.org" homepage: "https://github.com/mirage/mirage-clock" bug-reports: "https://github.com/mirage/mirage-clock/issues" dev-repo: "git+https://github.com/mirage/mirage-clock" doc: "https://mirage.github.io/mirage-clock/" license: "ISC" tags: ["org:mirage"] depends: [ "ocaml" "ocamlfind" {build} "ocamlbuild" {build} "topkg" {build & >= "0.8.0"} "mirage-clock" {>= "1.2.0" & <"1.3.0"} "mirage-clock-lwt" {>= "1.2.0" & <"1.3.0"} "lwt" "lwt" {with-test & < "5.0.0"} ] build: [ [ "ocaml" "pkg/pkg.ml" "build" "-n" name "--pinned" "%{pinned}%" "--tests" "false" ] [ "ocaml" "pkg/pkg.ml" "build" "-n" name "--pinned" "%{pinned}%" "--tests" "true" ] {with-test} ["ocaml" "pkg/pkg.ml" "test" "-n" name] {with-test} ] synopsis: "A Mirage-compatible Clock library for Unix" url { src: "https://github.com/mirage/mirage-clock/releases/download/1.2.0/mirage-clock-unix-1.2.0.tbz" checksum: [ "sha256=e0bc730f327554eadb8881ba1e800636b5930367c0a7f40684763549bf0651c6" "md5=1ca490a4572f3bf6a9034842eb092035" ] }