this repo has no description
0
fork

Configure Feed

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

[new release] mirage-solo5 (0.10.0)

CHANGES:

* Use dune-variants, sleeper storage is now in mirage-sleep (mirage/mirage-solo5#96 @hannesm)

+56
+56
packages/mirage-solo5/mirage-solo5.0.10.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "martin@lucina.net" 3 + homepage: "https://github.com/mirage/mirage-solo5" 4 + bug-reports: "https://github.com/mirage/mirage-solo5/issues/" 5 + dev-repo: "git+https://github.com/mirage/mirage-solo5.git" 6 + license: "ISC" 7 + authors: [ 8 + "Anil Madhavapeddy <anil@recoil.org>" 9 + "Dan Williams <djwillia@us.ibm.com>" 10 + "Martin Lucina <martin@lucina.net>" 11 + ] 12 + tags: [ 13 + "org:mirage" 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + ["dune" "build" "-p" name "-j" jobs ] 18 + ] 19 + depends: [ 20 + "dune" {>= "2.7.0"} 21 + "bheap" {>= "2.0.0"} 22 + "ocaml" {>= "4.08.0"} 23 + "lwt" {>= "2.4.3"} 24 + "metrics" 25 + "metrics-lwt" {>= "0.2.0"} 26 + "mirage-runtime" {>= "4.6.0"} 27 + "mirage-sleep" {>= "4.0.0"} 28 + "duration" 29 + ] 30 + conflicts: [ 31 + "io-page" {< "2.4.0"} 32 + "tcpip" {< "6.1.0"} 33 + ] 34 + synopsis: "Solo5 core platform libraries for MirageOS" 35 + description: """ 36 + This package provides the MirageOS `OS` library for 37 + [Solo5](https://github.com/Solo5/solo5) targets, which handles the main loop 38 + and timers. It also provides the low level C startup code and C stubs required 39 + by the OCaml code. 40 + 41 + Currently this package also includes the C stubs used by the Solo5 `console`, 42 + `block` and `net` implementations. 43 + 44 + The OCaml runtime and C runtime required to support it are provided separately 45 + by the [ocaml-freestanding](https://github.com/mirage/ocaml-freestanding) package. 46 + """ 47 + x-maintenance-intent: [ "(latest)" ] 48 + url { 49 + src: 50 + "https://github.com/mirage/mirage-solo5/releases/download/v0.10.0/mirage-solo5-0.10.0.tbz" 51 + checksum: [ 52 + "sha256=885ceb22ce5c7d1176dabded6690279abefd2e89429383eac6ee57a73d975480" 53 + "sha512=75dfdb6f90f0f2b10e2c2581f4d4f57794dd0bf5fe09e929714977c803ddb6450d6ddbfb58d88a0dfd8c87ce4a3bc84bee764e1b8a0c3c3b6539b3e5f934eb39" 54 + ] 55 + } 56 + x-commit-hash: "be95f5a5b1af6d19ce60c1ab2475d27c007f824a"