This commit is contained in:
parent
e02c4a11a7
commit
98fab0c419
4 changed files with 12 additions and 15 deletions
|
|
@ -5,8 +5,9 @@ type conn = Connect
|
|||
|
||||
let conn = typ Connect
|
||||
|
||||
let minipaf =
|
||||
let mte =
|
||||
main "Unikernel.Make"
|
||||
~local_libs:[ "mte" ]
|
||||
~packages:
|
||||
[
|
||||
package "digestif"; package ~min:"0.0.9" "mimic-happy-eyeballs";
|
||||
|
|
@ -38,5 +39,5 @@ let port = Runtime_arg.create ~pos:__POS__ "Unikernel.port"
|
|||
let http_server = paf_server ~port tcpv4v6
|
||||
|
||||
let () =
|
||||
register "minipaf"
|
||||
[ minipaf $ certificates $ keys $ tcpv4v6 $ conn $ http_server ]
|
||||
register "mte"
|
||||
[ mte $ certificates $ keys $ tcpv4v6 $ conn $ http_server ]
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
;; Generated by mirage.v4.10.3
|
||||
|
||||
(include dune.build)
|
||||
Loading…
Add table
Add a link
Reference in a new issue