Skip to content

Commit

Permalink
Merge pull request #27344 from hannesm/release-mirage-mtime-v5.0.0
Browse files Browse the repository at this point in the history
[new release] mirage-mtime (5.0.0)
  • Loading branch information
avsm authored Feb 2, 2025
2 parents f2f2660 + fda0225 commit c0b7cbc
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/mirage-mtime/mirage-mtime.5.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray" "Hannes Mehnert"]
license: "ISC"
tags: "org:mirage"
homepage: "https://github.com/mirage/mirage-mtime"
doc: "https://mirage.github.io/mirage-mtime/"
bug-reports: "https://github.com/mirage/mirage-mtime/issues"
synopsis: "Libraries and module types for a monotonic clock"
description: """
This library implements portable support for an operating system timesource
that is compatible with the [MirageOS](https://mirageos.org) library interfaces
found in: <https://github.com/mirage/mirage>

It implements a monotonic timesource since an arbitrary point.
"""
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8"}
"mtime" {>= "2.0.0"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git+https://github.com/mirage/mirage-mtime.git"
x-maintenance-intent: [ "(latest)" ]
url {
src:
"https://github.com/mirage/mirage-mtime/releases/download/v5.0.0/mirage-mtime-5.0.0.tbz"
checksum: [
"sha256=23075a0326728fc81f44fc503fd48ec1bdbc01bb55cbd3d8eea72bd0f9ecf465"
"sha512=3a4fa1dd7affffbe77df6e90bb40d229eb36d259ad463a602385331fb6d9f099d6cc1536545b4288b4b6933765da1ffc8b67d5b2cccaaa3af639c960ef993616"
]
}
x-commit-hash: "5659fca67bf06a44c56c3a17c059242749629902"

0 comments on commit c0b7cbc

Please sign in to comment.