ocamlPackages.gluten-lwt-unix: init 0.2.1

This commit is contained in:
superherointj 2021-10-26 20:02:44 -03:00 committed by Vincent Laporte
parent 86d885b8de
commit c72d55fe31
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,17 @@
{ buildDunePackage
, faraday-lwt-unix
, gluten
, gluten-lwt
, lwt_ssl
}:
buildDunePackage rec {
pname = "gluten-lwt-unix";
inherit (gluten) doCheck meta src useDune2 version;
propagatedBuildInputs = [
faraday-lwt-unix
gluten-lwt
lwt_ssl
];
}

View file

@ -421,6 +421,7 @@ let
gluten = callPackage ../development/ocaml-modules/gluten { };
gluten-lwt = callPackage ../development/ocaml-modules/gluten/lwt.nix { };
gluten-lwt-unix = callPackage ../development/ocaml-modules/gluten/lwt-unix.nix { };
gmap = callPackage ../development/ocaml-modules/gmap { };