this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27343 from hannesm/release-mirage-ptime-v5.0.0

[new release] mirage-ptime (5.0.0)

authored by

Anil Madhavapeddy and committed by
GitHub
f2f2660b c3f91066

+37
+37
packages/mirage-ptime/mirage-ptime.5.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "hannes@mehnert.org" 3 + authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray" "Hannes Mehnert"] 4 + license: "ISC" 5 + tags: "org:mirage" 6 + homepage: "https://github.com/mirage/mirage-ptime" 7 + doc: "https://mirage.github.io/mirage-ptime/" 8 + bug-reports: "https://github.com/mirage/mirage-ptime/issues" 9 + synopsis: "Libraries and module types for portable clocks" 10 + description: """ 11 + This library implements portable support for an operating system timesource 12 + that is compatible with the [MirageOS](https://mirageos.org) library interfaces 13 + found in: <https://github.com/mirage/mirage> 14 + 15 + It implements a POSIX clock which counts time since the Unix epoch. 16 + """ 17 + depends: [ 18 + "ocaml" {>= "4.08.0"} 19 + "dune" {>= "2.8"} 20 + "ptime" {>= "1.1.0"} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + ["dune" "build" "-p" name "-j" jobs] 25 + ["dune" "runtest" "-p" name "-j" jobs] {with-test} 26 + ] 27 + dev-repo: "git+https://github.com/mirage/mirage-ptime.git" 28 + x-maintenance-intent: [ "(latest)" ] 29 + url { 30 + src: 31 + "https://github.com/mirage/mirage-ptime/releases/download/v5.0.0/mirage-ptime-5.0.0.tbz" 32 + checksum: [ 33 + "sha256=d553560468d5b94db25b05738c2499f290ee66b14ac22b4302e667f1fa443471" 34 + "sha512=b7de3bf598e3ec36b3646633a0244589b75ab12e4ddcf5f964e98e639933ba815ea813a6a3eb6bfc849af7a346f2be3dbd3b0047d825f9dfe0a4c6ffed8e8fce" 35 + ] 36 + } 37 + x-commit-hash: "48b9d1e2928688e1dbe1dc52a04322bcb3c2dd17"