Skip to content

Commit

Permalink
Merge pull request #27343 from hannesm/release-mirage-ptime-v5.0.0
Browse files Browse the repository at this point in the history
[new release] mirage-ptime (5.0.0)
  • Loading branch information
avsm authored Feb 2, 2025
2 parents c3f9106 + d91b22e commit f2f2660
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions packages/mirage-ptime/mirage-ptime.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-ptime"
doc: "https://mirage.github.io/mirage-ptime/"
bug-reports: "https://github.com/mirage/mirage-ptime/issues"
synopsis: "Libraries and module types for portable clocks"
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 POSIX clock which counts time since the Unix epoch.
"""
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.8"}
"ptime" {>= "1.1.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-ptime.git"
x-maintenance-intent: [ "(latest)" ]
url {
src:
"https://github.com/mirage/mirage-ptime/releases/download/v5.0.0/mirage-ptime-5.0.0.tbz"
checksum: [
"sha256=d553560468d5b94db25b05738c2499f290ee66b14ac22b4302e667f1fa443471"
"sha512=b7de3bf598e3ec36b3646633a0244589b75ab12e4ddcf5f964e98e639933ba815ea813a6a3eb6bfc849af7a346f2be3dbd3b0047d825f9dfe0a4c6ffed8e8fce"
]
}
x-commit-hash: "48b9d1e2928688e1dbe1dc52a04322bcb3c2dd17"

0 comments on commit f2f2660

Please sign in to comment.