this repo has no description
0
fork

Configure Feed

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

[new release] mirage-mtime (5.0.0)

CHANGES:

* Renamed to mirage-mtime (from mirage-clock), only the MCLOCK part
* use "dune variants" for the different implementations

+36
+36
packages/mirage-mtime/mirage-mtime.5.0.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "anil@recoil.org" 3 + authors: ["Anil Madhavapeddy" "Daniel C. Bünzli" "Matthew Gray"] 4 + license: "ISC" 5 + tags: "org:mirage" 6 + homepage: "https://github.com/mirage/mirage-mtime" 7 + doc: "https://mirage.github.io/mirage-mtime/" 8 + bug-reports: "https://github.com/mirage/mirage-mtime/issues" 9 + synopsis: "Libraries and module types for a monotonic clock" 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 monotonic timesource since an arbitrary point. 16 + """ 17 + depends: [ 18 + "ocaml" {>= "4.08.0"} 19 + "dune" {>= "2.8"} 20 + "mtime" {>= "2.0.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-mtime.git" 28 + url { 29 + src: 30 + "https://github.com/mirage/mirage-mtime/releases/download/v5.0.0/mirage-mtime-5.0.0.tbz" 31 + checksum: [ 32 + "sha256=23075a0326728fc81f44fc503fd48ec1bdbc01bb55cbd3d8eea72bd0f9ecf465" 33 + "sha512=3a4fa1dd7affffbe77df6e90bb40d229eb36d259ad463a602385331fb6d9f099d6cc1536545b4288b4b6933765da1ffc8b67d5b2cccaaa3af639c960ef993616" 34 + ] 35 + } 36 + x-commit-hash: "5659fca67bf06a44c56c3a17c059242749629902"