Difference between revisions of "MirageOS"

From Xen
(initial version, previously most links on category page)
 
(fix link)
Line 3: Line 3:
 
MirageOS applications are written in [[OCaml]] and compiled into a complete image that can be run on Xen. The libraries include a network stack, http, and a complete SSL library, and Irmin, a distributed git-like data store.
 
MirageOS applications are written in [[OCaml]] and compiled into a complete image that can be run on Xen. The libraries include a network stack, http, and a complete SSL library, and Irmin, a distributed git-like data store.
   
MirageOS is an official Xen [[incubator project|Mirage Incubation Project Proposal]].
+
MirageOS is an official Xen [[Mirage Incubation Project Proposal|incubator project]].
   
 
==Resources==
 
==Resources==

Revision as of 14:43, 24 June 2015

MirageOS is a library operating system that constructs unikernels for secure, high-performance network applications across a variety of cloud computing and mobile platforms.

MirageOS applications are written in OCaml and compiled into a complete image that can be run on Xen. The libraries include a network stack, http, and a complete SSL library, and Irmin, a distributed git-like data store.

MirageOS is an official Xen incubator project.

Resources

The primary website is openmirage.org[1].