>
> I'm announcing I intend to work on the Mirage storage stack.
>
Very cool!
> There is a clear need for something that sits on top of the BLOCK API
> and provides higher-level capabilities. I'm planning to write a
> storage library that provides a key-value store (with fixed-size keys)
> and a
I've tried to follow the tutorial, look at example Irmin usage, and
experiment trial-and-error style, but haven't figured this out.
How can I retrieve a list of keys at a given path?
If I've created a Store/View/Config via e.g.:
```
module Store =
Irmin_mem.Make (Irmin.Contents.String)(Irmin.R
Any solution to pinned packages + config.ml? Is there some basic reading I
should do?
On Sun, Feb 21, 2016 at 1:00 PM, Sean Grove wrote:
> Great, thanks for that. I actually need to pin a bunch of packages (e.g.
> https://github.com/mirage/mirage-bootvar-xen/issues/15) to get the
>
e to change the boot parameters for EC2 (I'll google
as I have been doing in order to get this far, but perhaps someone knows
already)? If not, what's the solution for handling this?
On Mon, Feb 22, 2016 at 5:51 AM, Mindy wrote:
> On 02/22/2016 04:25 AM, Sean Grove wrote:
>
> I
I've used a slightly tweaked/updated script from @yomimono to take care of
provisioning the volumes/snapshots/amis/instances, and after some trial and
error, it seems to be pretty dependable. I'm at pretty close to the last
step, I suspect: When booting the image, OCaml bails out complaining about
Great, thanks for that. I actually need to pin a bunch of packages (e.g.
https://github.com/mirage/mirage-bootvar-xen/issues/15) to get the unkernel
booting appropriately, but I don’t see how to specify that in config.ml -
I’m just listing package names, and so I suspect that someone else trying
ou
I want to wrap up my site built using Mirage so that it's as convenient as
possible for others to clone, edit, run, and deploy it.
1. I'm unclear on whether I should put the project dependencies in the opam
file, or in the config.ml file
https://github.com/mirage/mirage-skeleton/blob/master/static
When you say that Opium isn't ready for Mirage, is there an issue tracking
what's outstanding? I was hoping to use it in a Mirage starter-project for
a workshop next month.
On Fri, Feb 12, 2016 at 2:05 PM, Sven Anderson wrote:
> Hi,
>
> I’d like to write a simple REST-API (the typical HTTP/json