opam-version: "2.0"
synopsis: "Time operations for MirageOS"
description: """
mirage-time defines [Mirage_time.S][1] the signature for
time-related operations for MirageOS.

[1]: https://mirage.github.io/mirage-time/Mirage_time.S.html

### Installation

`mirage-time` can be installed with `opam`:

    opam install mirage-time

If you don't use `opam` consult the [`opam`](opam) file for build
instructions.

### Documentation

The documentation and API reference is automatically generated by
`ocamldoc` from the interfaces. It can be consulted [online][2].

[2]: https://mirage.github.io/mirage-time/Mirage_time.html"""
maintainer: "thomas@gazagnaire.org"
authors: [
  "Thomas Gazagnaire"
  "Anil Madhavapeddy"
  "Gabriel Radanne"
  "Mindy Preston"
  "Thomas Leonard"
  "Nicolas Ojeda Bar"
  "Dave Scott"
  "David Kaloper"
  "Hannes Mehnert"
  "Richard Mortier"
]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/mirage-time"
doc: "https://mirage.github.io/mirage-time/"
bug-reports: "https://github.com/mirage/mirage-time/issues"
depends: [
  "ocaml"
  "jbuilder" {build & >= "1.0+beta9"}
  "mirage-time" {>= "1.0.0"}
  "lwt"
]
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/mirage/mirage-time.git"
url {
  src:
    "https://github.com/mirage/mirage-time/releases/download/v1.1.0/mirage-time-1.1.0.tbz"
  checksum: "md5=75603dd15ec9c343da74259771a27d85"
}
