MTE unikernel with Mkernel+Mnet+Vifu

This commit is contained in:
swrup 2026-03-11 14:17:52 +01:00 committed by Swrup
parent 76662bf23c
commit a23e59dfca
31 changed files with 535 additions and 376 deletions

View file

@ -14,6 +14,8 @@ module TimeRelative : sig
val bin : t Bin.t
val caqti : t Caqti_type.t
val jsont : t Jsont.t
(* TODO rename pp_dump *)
val pp : Format.formatter -> t -> unit
end
@ -30,6 +32,9 @@ module TimeAbsolute : sig
val sub : t -> TimeRelative.t -> t
val of_s : int64 -> t
val of_ptime : Ptime.t -> t
val bin : t Bin.t
(* TODO rename pp_dump *)
val pp : Format.formatter -> t -> unit
end
@ -54,5 +59,7 @@ module Timestamp : sig
val bin : t Bin.t
val caqti : t Caqti_type.t
val jsont : t Jsont.t
(* TODO rename pp_dump *)
val pp : Format.formatter -> t -> unit
end