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: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]

depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "topkg" {build & >= "0.8.0"}
  "mirage-device" {>= "1.0.0" & < "2.0.0"}
]
synopsis: "Module type definitions for dealing with time."
description:
  "This package is most useful in the context of applications built with the Mirage project."
url {
  src:
    "https://github.com/mirage/mirage-time/releases/download/1.0.0/mirage-time-1.0.0.tbz"
  checksum: "md5=e45402238f2c32201e0f6aafe2ef4afe"
}
