Questions tagged [mirage]

An OCaml-based programming framework for building type-safe, modular systems.

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

Code can be developed on a normal OS such as Linux or OS X, and then compiled into a fully-standalone, specialised unikernel that runs under the Xen hypervisor.

Links

MirageOS website

Mirage on GitHub

See Also:

32 questions
0
votes
2 answers

Does Cohttp_mirage.Client support TLS?

Can anyone confirm whether or not Cohttp_mirage.Client supports TLS (https)? The digging I've done seems to indicate that Conduit_mirage does support Client tls, but in Cohttp_mirage, while Server is functor taking a Flow which can be tcp or tls (as…
Juan Chanco
  • 157
  • 6
0
votes
1 answer

DSpace: how to modify the input box of advance search

I am a member of the ILS development team for the central library of Bangladesh University of Engineering and Technology (BUET). There we have installed DSpace as institutional repository. We are using XMLUI. We have included a new search filter…
1 2
3