this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3authors: [
4 "Thomas Gazagnaire"
5 "Anil Madhavapeddy"
6 "Gabriel Radanne"
7 "Mindy Preston"
8 "Thomas Leonard"
9 "Nicolas Ojeda Bar"
10 "Dave Scott"
11 "David Kaloper"
12 "Hannes Mehnert"
13 "Richard Mortier"
14]
15license: "ISC"
16tags: "org:mirage"
17homepage: "https://github.com/mirage/mirage-time"
18doc: "https://mirage.github.io/mirage-time/"
19bug-reports: "https://github.com/mirage/mirage-time/issues"
20depends: [
21 "ocaml" {>= "4.04.2"}
22 "dune" {>= "1.0"}
23 "mirage-device" {< "2.0.0"}
24]
25build: [
26 ["dune" "subst"] {dev}
27 ["dune" "build" "-p" name "-j" jobs]
28]
29dev-repo: "git+https://github.com/mirage/mirage-time.git"
30synopsis: "Time operations for MirageOS"
31description: """
32mirage-time defines `Mirage_time.S`, the signature for time-related operations for MirageOS.
33"""
34url {
35 src:
36 "https://github.com/mirage/mirage-time/releases/download/v1.3.0/mirage-time-v1.3.0.tbz"
37 checksum: [
38 "sha256=8e50db9fa71526468da45790da996589a6331a8f090ed2ba3d5d3607ad67773a"
39 "sha512=e03c27248e32458f55917f9f9b19499bbe3a348fef7db324b85db1961f3d997852b13c73377d17d2b04f204ca51db29ef37279ca1d087fe0fc7e9d086093a17f"
40 ]
41}