Loading pkgs/development/ocaml-modules/httpun/eio.nix 0 → 100644 +16 −0 Original line number Diff line number Diff line { buildDunePackage , httpun , gluten-eio }: buildDunePackage { pname = "httpun-eio"; inherit (httpun) src version; propagatedBuildInputs = [ gluten-eio httpun ]; meta = httpun.meta // { description = "EIO support for httpun"; }; } pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -693,6 +693,8 @@ let httpun = callPackage ../development/ocaml-modules/httpun { }; httpun-eio = callPackage ../development/ocaml-modules/httpun/eio.nix { }; httpun-types = callPackage ../development/ocaml-modules/httpun/types.nix { }; hxd = callPackage ../development/ocaml-modules/hxd { }; Loading Loading
pkgs/development/ocaml-modules/httpun/eio.nix 0 → 100644 +16 −0 Original line number Diff line number Diff line { buildDunePackage , httpun , gluten-eio }: buildDunePackage { pname = "httpun-eio"; inherit (httpun) src version; propagatedBuildInputs = [ gluten-eio httpun ]; meta = httpun.meta // { description = "EIO support for httpun"; }; }
pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -693,6 +693,8 @@ let httpun = callPackage ../development/ocaml-modules/httpun { }; httpun-eio = callPackage ../development/ocaml-modules/httpun/eio.nix { }; httpun-types = callPackage ../development/ocaml-modules/httpun/types.nix { }; hxd = callPackage ../development/ocaml-modules/hxd { }; Loading