Loading pkgs/development/ocaml-modules/httpun/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { buildDunePackage , httpun-types , angstrom , bigstringaf , faraday , alcotest }: buildDunePackage { pname = "httpun"; inherit (httpun-types) src version; propagatedBuildInputs = [ angstrom bigstringaf faraday httpun-types ]; doCheck = true; checkInputs = [ alcotest ]; meta = httpun-types.meta // { description = "A high-performance, memory-efficient, and scalable HTTP library for OCaml"; }; } pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -691,6 +691,8 @@ let httpaf-lwt-unix = callPackage ../development/ocaml-modules/httpaf/lwt-unix.nix { }; httpun = callPackage ../development/ocaml-modules/httpun { }; httpun-types = callPackage ../development/ocaml-modules/httpun/types.nix { }; hxd = callPackage ../development/ocaml-modules/hxd { }; Loading Loading
pkgs/development/ocaml-modules/httpun/default.nix 0 → 100644 +22 −0 Original line number Diff line number Diff line { buildDunePackage , httpun-types , angstrom , bigstringaf , faraday , alcotest }: buildDunePackage { pname = "httpun"; inherit (httpun-types) src version; propagatedBuildInputs = [ angstrom bigstringaf faraday httpun-types ]; doCheck = true; checkInputs = [ alcotest ]; meta = httpun-types.meta // { description = "A high-performance, memory-efficient, and scalable HTTP library for OCaml"; }; }
pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -691,6 +691,8 @@ let httpaf-lwt-unix = callPackage ../development/ocaml-modules/httpaf/lwt-unix.nix { }; httpun = callPackage ../development/ocaml-modules/httpun { }; httpun-types = callPackage ../development/ocaml-modules/httpun/types.nix { }; hxd = callPackage ../development/ocaml-modules/hxd { }; Loading