Source file mirage_target__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(** @canonical Mirage_target.Libvirt *)
module Libvirt = Mirage_target__Libvirt
(** @canonical Mirage_target.Mirage_dune *)
module Mirage_dune = Mirage_target__Mirage_dune
(** @canonical Mirage_target.S *)
module S = Mirage_target__S
(** @canonical Mirage_target.Solo5 *)
module Solo5 = Mirage_target__Solo5
(** @canonical Mirage_target.Unix *)
module Unix = Mirage_target__Unix
(** @canonical Mirage_target.Xen *)
module Xen = Mirage_target__Xen