https://github.com/zshipko/irmin-unikernels
https://github.com/zshipko/irmin-unikernels
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/irmin-unikernels
- Owner: zshipko
- Created: 2019-05-01T21:18:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T00:37:53.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T12:21:27.982Z (about 1 year ago)
- Language: OCaml
- Size: 1.95 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# irmin-unikernels
A collection of example [MirageOS](https://mirage.io) unikernels using [irmin](https://irmin.io).
- `hello`: the most basic example
- `pull`: pull from a remote store
- `kv`: interfacing with `Mirage_types_lwt.KV_RO` and `Mirage_types_lwt.KV_RW`