lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.cohttp-top: init at 5.1.0

Niols d0b92d9c 6f5e6633

+18
+16
pkgs/development/ocaml-modules/cohttp/top.nix
··· 1 + { lib, buildDunePackage, cohttp }: 2 + 3 + buildDunePackage { 4 + pname = "cohttp-top"; 5 + inherit (cohttp) version src; 6 + 7 + duneVersion = "3"; 8 + 9 + propagatedBuildInputs = [ cohttp ]; 10 + 11 + doCheck = true; 12 + 13 + meta = cohttp.meta // { 14 + description = "CoHTTP toplevel pretty printers for HTTP types"; 15 + }; 16 + }
+2
pkgs/top-level/ocaml-packages.nix
··· 215 215 216 216 cohttp-mirage = callPackage ../development/ocaml-modules/cohttp/mirage.nix { }; 217 217 218 + cohttp-top = callPackage ../development/ocaml-modules/cohttp/top.nix { }; 219 + 218 220 coin = callPackage ../development/ocaml-modules/coin { }; 219 221 220 222 color = callPackage ../development/ocaml-modules/color { };