-
In `community-and-outreach.md` from commit https://github.com/ocamllabs/furore/commit/0c24edd0b24e5be3519080bc4a288a57fcb87e09:
"Hannes Mehnert and David Kaloper started the [OCaml-TLS](https://mira…
-
I have a (XEN) program that dies (uncaught exception, exit 2) when the peer it
is connected to disappear. It will first retransmit some TCP segments (`TCP
retransmission on timer seq ...`) and then c…
rixed updated
7 years ago
-
This issue intends to track ongoing work for the release of Mirage 3.0. Also see #592.
# mirage front-end tool
- [x] https://github.com/mirage/mirage/issues/499 - make it possible to specify packa…
-
In a directory containing a single file, `config.ml`, with:
```
open Mirage
let foo =
foreign "Unikernel.Main" (stackv4 @-> job)
let stack =
if_impl Key.is_xen
(generic_stackv4 default_cons…
-
as noted by @samoht: "It's just that if we can keep compat with 4.02 without too much work, I think we should try. If it is too much work, it is fine to drop it.
I've tried to add/keep support for …
-
The OCaml distribution provides, as part of otherlibs, a module called `Str` which has some regular expression implementation. There are parts of this implementation written in C, and it seems to be …
-
See https://github.com/ocaml/opam-repository/pull/7231 (problem report in opam-repository that lead to the current < 4.04 version constraint on `mirage-xen-ocaml`) and https://github.com/mirage/mirage…
-
We need to enforce a proper minimum OCaml version in MirageOS 3 before it comes out of beta:
- [ ] we no longer test
-
#Solo5 tasks under consideration for the Mirage 3.0 release, with (rough priority) and @mentions for those currently working on a task:
- [x] (1) _CI improvements and end to end testing_ (@mato).
…
-
See http://lists.xenproject.org/archives/html/mirageos-devel/2015-01/msg00143.html
Tasks:
- [ ] add `val pp_error: Format.formatter -> error -> unit` in both `V1.FLOW` and `V1.DEVICE`
- [ ] mirage-co…