Loading pkgs/development/ocaml-modules/httpun-ws/lwt.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { 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"; }; } pkgs/top-level/ocaml-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ### Loading Loading
pkgs/development/ocaml-modules/httpun-ws/lwt.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { 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"; }; }
pkgs/top-level/ocaml-packages.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 ### Loading