ocamlPackages.httpun-lwt-unix: init at 0.2.0
This commit is contained in:
committed by
Vincent Laporte
parent
9361081879
commit
8e1bf1897d
@@ -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";
|
||||
};
|
||||
}
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user