this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3homepage: "https://github.com/mirage/mirage-time"
4bug-reports: "https://github.com/mirage/mirage-time/issues"
5dev-repo: "git+https://github.com/mirage/mirage-time.git"
6doc: "https://mirage.github.io/mirage-time/"
7authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
8 "Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
9 "Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
10tags: [ "org:mirage"]
11license: "ISC"
12
13build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"]
14
15depends: [
16 "ocaml"
17 "ocamlfind" {build}
18 "ocamlbuild" {build}
19 "topkg" {build & >= "0.8.0"}
20 "mirage-device" {>= "1.0.0" & < "2.0.0"}
21]
22synopsis: "Module type definitions for dealing with time."
23description:
24 "This package is most useful in the context of applications built with the Mirage project."
25url {
26 src:
27 "https://github.com/mirage/mirage-time/releases/download/1.0.0/mirage-time-1.0.0.tbz"
28 checksum: [
29 "sha256=dc4df490075bdfead0613600555b8ea42a668db1db49413554d6c231573a615b"
30 "md5=e45402238f2c32201e0f6aafe2ef4afe"
31 ]
32}