ocamlPackages.cohttp-top: init at 5.1.0

This commit is contained in:
Niols 2023-04-17 16:10:00 +01:00
parent 6f5e66339c
commit d0b92d9cfc
No known key found for this signature in database
GPG key ID: 0B4EB01A5527EA54
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{ lib, buildDunePackage, cohttp }:
buildDunePackage {
pname = "cohttp-top";
inherit (cohttp) version src;
duneVersion = "3";
propagatedBuildInputs = [ cohttp ];
doCheck = true;
meta = cohttp.meta // {
description = "CoHTTP toplevel pretty printers for HTTP types";
};
}

View file

@ -215,6 +215,8 @@ let
cohttp-mirage = callPackage ../development/ocaml-modules/cohttp/mirage.nix { };
cohttp-top = callPackage ../development/ocaml-modules/cohttp/top.nix { };
coin = callPackage ../development/ocaml-modules/coin { };
color = callPackage ../development/ocaml-modules/color { };