Unverified Commit b5c3cc0b authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

ocamlPackages.httpun-ws-lwt: init at 0.2.0 (#366950)

parents 75badf05 18a8d8b4
Loading
Loading
Loading
Loading
+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";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -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 ###