Skip to content

Commit b5c3cc0

Browse files
authored
ocamlPackages.httpun-ws-lwt: init at 0.2.0 (#366950)
2 parents 75badf0 + 18a8d8b commit b5c3cc0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
lib,
3+
buildDunePackage,
4+
lwt,
5+
digestif,
6+
httpun-ws,
7+
gluten-lwt,
8+
}:
9+
10+
buildDunePackage {
11+
pname = "httpun-ws-lwt";
12+
13+
inherit (httpun-ws) src version;
14+
15+
propagatedBuildInputs = [
16+
httpun-ws
17+
lwt
18+
digestif
19+
gluten-lwt
20+
];
21+
22+
doCheck = true;
23+
24+
meta = httpun-ws.meta // {
25+
description = "Lwt support for httpun-ws";
26+
};
27+
}

pkgs/top-level/ocaml-packages.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ let
705705

706706
httpun-ws = callPackage ../development/ocaml-modules/httpun-ws { };
707707

708+
httpun-ws-lwt = callPackage ../development/ocaml-modules/httpun-ws/lwt.nix { };
708709
hxd = callPackage ../development/ocaml-modules/hxd { };
709710

710711
### I ###

0 commit comments

Comments
 (0)