opam-version: "2.0" maintainer: "anil@recoil.org" authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray"] license: "ISC" tags: "org:mirage" homepage: "https://github.com/mirage/mirage-clock" doc: "https://mirage.github.io/mirage-clock/" bug-reports: "https://github.com/mirage/mirage-clock/issues" synopsis: "Unix-based implementation for the MirageOS Clock interface" description: """ The Unix implementation of the MirageOS Clock interface uses `gettimeofday` or `clock_gettime`, depending on which OS is in use (see [clock_stubs.c](https://github.com/mirage/mirage-clock/blob/master/unix/clock_stubs.c)). """ depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.8"} "dune-configurator" "mirage-clock" {= version} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name] {with-test} ] dev-repo: "git+https://github.com/mirage/mirage-clock.git" url { src: "https://github.com/mirage/mirage-clock/releases/download/v4.2.0/mirage-clock-4.2.0.tbz" checksum: [ "sha256=fa17d15d5be23c79ba741f5f7cb88ed7112de16a4410cea81c71b98086889847" "sha512=05a359dc8400d4ca200ff255dbd030acd33d2c4acb5020838f772c02cdb5f243f3dbafbc43a8cd51e6b5923a140f84c9e7ea25b2c0fa277bb68b996190d36e3b" ] } x-commit-hash: "f457572bfedb9586c8bf9eaa9ece7e53677856e3" x-maintenance-intent: [ "(none)" ]