Skip to content

Commit

Permalink
ocamlPackages.httpun-lwt: init at 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Feb 12, 2025
1 parent 8a24fbd commit 9361081
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pkgs/development/ocaml-modules/httpun/lwt.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
buildDunePackage,
httpun,
lwt,
gluten,
gluten-lwt,
}:

buildDunePackage {
pname = "httpun-lwt";

inherit (httpun) version src;

propagatedBuildInputs = [
gluten
gluten-lwt
httpun
lwt
];

meta = httpun.meta // {
description = "Lwt support for httpun";
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,8 @@ let

httpun-eio = callPackage ../development/ocaml-modules/httpun/eio.nix { };

httpun-lwt = callPackage ../development/ocaml-modules/httpun/lwt.nix { };

httpun-types = callPackage ../development/ocaml-modules/httpun/types.nix { };

httpun-ws = callPackage ../development/ocaml-modules/httpun-ws { };
Expand Down

0 comments on commit 9361081

Please sign in to comment.