Add simple dream server skeleton to applications
Dream is a popular web server, and it could be nice to have a setup to start with.
An example is already available in Dream's examples, but having it in the skeleton makes it more discoverable for people coming from the mirageos tutorial.
This is very nice, would you mind to add the directory to the top-level Makefile, so the unikernel is tested in CI systems (and it'll not suffer from bitrot).
I took the liberty to add it to the Makefile. Let's see what the CI thinks.
From how I understand the CI, we now end up in trouble since "vchan" doesn't support the latest mirage-flow yet. I'll work on this in separate PRs and releases -- but it may take some time until we get this out of the door (and this PR merged).
So, the path is looking like this:
- vchan release https://github.com/ocaml/opam-repository/pull/25765
- conduit-mirage release with mirage-flow 4 support https://github.com/mirage/ocaml-conduit/pull/424