Skip to content

Commit

Permalink
ocamlPackages.httpun-lwt-unix: 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 9361081 commit 8e1bf18
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pkgs/development/ocaml-modules/httpun/lwt-unix.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
buildDunePackage,
httpun-lwt,
gluten-lwt-unix,
}:

buildDunePackage {
pname = "httpun-lwt-unix";

inherit (httpun-lwt) version src;

propagatedBuildInputs = [
httpun-lwt
gluten-lwt-unix
];

meta = httpun-lwt.meta // {
description = "Lwt + Unix 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 @@ -713,6 +713,8 @@ let

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

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

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

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

0 comments on commit 8e1bf18

Please sign in to comment.