lol

ocamlPackages.httpun-ws-lwt: init at 0.2.0

r17x 18a8d8b4 73204a5d

+28
+27
pkgs/development/ocaml-modules/httpun-ws/lwt.nix
··· 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 + }
+1
pkgs/top-level/ocaml-packages.nix
··· 705 705 706 706 httpun-ws = callPackage ../development/ocaml-modules/httpun-ws { }; 707 707 708 + httpun-ws-lwt = callPackage ../development/ocaml-modules/httpun-ws/lwt.nix { }; 708 709 hxd = callPackage ../development/ocaml-modules/hxd { }; 709 710 710 711 ### I ###