ocamlPackages.cohttp-mirage: remove at 5.3.1

This commit is contained in:
Vincent Laporte 2024-08-12 06:39:39 +02:00 committed by Vincent Laporte
parent 67c501fcd0
commit cf6b546936
2 changed files with 0 additions and 27 deletions

View File

@ -1,25 +0,0 @@
{ buildDunePackage, cohttp, cohttp-lwt
, mirage-flow, mirage-channel, mirage-kv
, conduit, conduit-mirage, lwt
, astring, magic-mime
, ppx_sexp_conv
}:
buildDunePackage {
pname = "cohttp-mirage";
inherit (cohttp) version src;
duneVersion = "3";
nativeBuildInputs = [ ppx_sexp_conv ];
propagatedBuildInputs = [
mirage-flow mirage-channel conduit conduit-mirage mirage-kv
lwt cohttp cohttp-lwt astring magic-mime
];
meta = cohttp.meta // {
description = "CoHTTP implementation for the MirageOS unikernel";
};
}

View File

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