ocamlPackages.{mirage-net-xen,netchannel}: init at 2.0.0

This commit is contained in:
sternenseemann
2021-04-25 13:15:10 +02:00
parent 980a2bed3b
commit 2fe8239172
3 changed files with 98 additions and 0 deletions
+4
View File
@@ -717,6 +717,8 @@ let
mirage-net = callPackage ../development/ocaml-modules/mirage-net { };
mirage-net-xen = callPackage ../development/ocaml-modules/mirage-net-xen { };
mirage-profile = callPackage ../development/ocaml-modules/mirage-profile { };
mirage-protocols = callPackage ../development/ocaml-modules/mirage-protocols { };
@@ -755,6 +757,8 @@ let
mustache = callPackage ../development/ocaml-modules/mustache { };
netchannel = callPackage ../development/ocaml-modules/netchannel { };
nocrypto = callPackage ../development/ocaml-modules/nocrypto { };
nonstd = callPackage ../development/ocaml-modules/nonstd { };