opam-version: "2.0"
maintainer:    "thomas@gazagnaire.org"
homepage:      "https://github.com/mirage/mirage-time"
bug-reports:   "https://github.com/mirage/mirage-time/issues"
dev-repo: "git+https://github.com/mirage/mirage-time.git"
doc:           "https://mirage.github.io/mirage-time/"
authors:       ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
               "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
               "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
tags:          [ "org:mirage"]
license:       "ISC"

build: [
  [ "jbuilder" "subst" "-p" name ] {pinned}
  [ "jbuilder" "build" "-p" name "-j" jobs ]
]

depends: [
  "ocaml"
  "jbuilder" {>= "1.0+beta9"}
  "mirage-time-lwt" {>= "1.0.0"}
  "lwt"
  "duration"
]
synopsis: "Implementation of `Mirage_time_lwt.S` for the Unix backend"
url {
  src:
    "https://github.com/mirage/mirage-time/releases/download/v1.2.0/mirage-time-1.2.0.tbz"
  checksum: "md5=428555a6f49ac55dcfeb7fcde8d4c378"
}
