From 1747b29a4ce7c757bf8388fed6f7e492b954171c Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sun, 22 Jul 2018 07:00:45 +0000 Subject: ocamlPackages.httpaf: init at 0.4.1 http/af is a high-performance, memory-efficient, and scalable web server for OCaml. Homepage: https://github.com/inhabitedtype/httpaf --- pkgs/top-level/ocaml-packages.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/top-level/ocaml-packages.nix') diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix index fcf7e1487dd..8c265013f47 100644 --- a/pkgs/top-level/ocaml-packages.nix +++ b/pkgs/top-level/ocaml-packages.nix @@ -319,6 +319,8 @@ let hex = callPackage ../development/ocaml-modules/hex { }; + httpaf = callPackage ../development/ocaml-modules/httpaf { }; + inifiles = callPackage ../development/ocaml-modules/inifiles { }; iri = callPackage ../development/ocaml-modules/iri { }; -- cgit 1.4.1