ocamlPackages.httpun-ws-lwt: init at 0.2.0
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
lib,
|
||||
buildDunePackage,
|
||||
lwt,
|
||||
digestif,
|
||||
httpun-ws,
|
||||
gluten-lwt,
|
||||
}:
|
||||
|
||||
buildDunePackage {
|
||||
pname = "httpun-ws-lwt";
|
||||
|
||||
inherit (httpun-ws) src version;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
httpun-ws
|
||||
lwt
|
||||
digestif
|
||||
gluten-lwt
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = httpun-ws.meta // {
|
||||
description = "Lwt support for httpun-ws";
|
||||
};
|
||||
}
|
||||
@@ -705,6 +705,7 @@ let
|
||||
|
||||
httpun-ws = callPackage ../development/ocaml-modules/httpun-ws { };
|
||||
|
||||
httpun-ws-lwt = callPackage ../development/ocaml-modules/httpun-ws/lwt.nix { };
|
||||
hxd = callPackage ../development/ocaml-modules/hxd { };
|
||||
|
||||
### I ###
|
||||
|
||||
Reference in New Issue
Block a user