This commit is contained in:
swrup 2025-10-30 15:51:03 +01:00
parent 2847432240
commit f4d9f8e618
8 changed files with 124 additions and 55 deletions

View file

@ -9,12 +9,9 @@ let minipaf =
main "Unikernel.Make"
~packages:
[
package "digestif";
package ~min:"0.0.9" "mimic-happy-eyeballs";
package "hxd" ~sublibs:[ "core"; "string" ];
package "rresult";
package "h2" ~min:"0.13.0";
package "base64" ~sublibs:[ "rfc2045" ];
package "digestif"; package ~min:"0.0.9" "mimic-happy-eyeballs";
package "hxd" ~sublibs:[ "core"; "string" ]; package "rresult";
package "h2" ~min:"0.13.0"; package "base64" ~sublibs:[ "rfc2045" ];
]
(kv_ro @-> kv_ro @-> tcpv4v6 @-> conn @-> http_server @-> job)