ocamlPackages.conduit-mirage: init at 2.2.2
This commit is contained in:
parent
3b363283a5
commit
0378fedc17
24
pkgs/development/ocaml-modules/conduit/mirage.nix
Normal file
24
pkgs/development/ocaml-modules/conduit/mirage.nix
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{ buildDunePackage, conduit-lwt
|
||||||
|
, ppx_sexp_conv, sexplib, cstruct, mirage-stack, mirage-flow
|
||||||
|
, mirage-flow-combinators, mirage-random, mirage-time, mirage-clock
|
||||||
|
, dns-client, vchan, xenstore, tls, tls-mirage, ipaddr, ipaddr-sexp
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildDunePackage {
|
||||||
|
pname = "conduit-mirage";
|
||||||
|
|
||||||
|
inherit (conduit-lwt) version src minimumOCamlVersion useDune2;
|
||||||
|
|
||||||
|
nativeBuildInputs = [ ppx_sexp_conv ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
sexplib cstruct mirage-stack mirage-clock mirage-flow
|
||||||
|
mirage-flow-combinators mirage-random mirage-time
|
||||||
|
dns-client conduit-lwt vchan xenstore tls tls-mirage
|
||||||
|
ipaddr ipaddr-sexp
|
||||||
|
];
|
||||||
|
|
||||||
|
meta = conduit-lwt.meta // {
|
||||||
|
description = "A network connection establishment library for MirageOS";
|
||||||
|
};
|
||||||
|
}
|
@ -154,6 +154,8 @@ let
|
|||||||
|
|
||||||
conduit-lwt-unix = callPackage ../development/ocaml-modules/conduit/lwt-unix.nix { };
|
conduit-lwt-unix = callPackage ../development/ocaml-modules/conduit/lwt-unix.nix { };
|
||||||
|
|
||||||
|
conduit-mirage = callPackage ../development/ocaml-modules/conduit/mirage.nix { };
|
||||||
|
|
||||||
config-file = callPackage ../development/ocaml-modules/config-file { };
|
config-file = callPackage ../development/ocaml-modules/config-file { };
|
||||||
|
|
||||||
containers = callPackage ../development/ocaml-modules/containers { };
|
containers = callPackage ../development/ocaml-modules/containers { };
|
||||||
|
Loading…
Reference in New Issue
Block a user