ocamlPackages.ocplib-json-typed-bson: remove at 0.7.1

This commit is contained in:
Vincent Laporte 2022-11-21 07:00:39 +01:00 committed by Vincent Laporte
parent acab80c274
commit 5a23ebdf1d
2 changed files with 0 additions and 15 deletions

View File

@ -1,13 +0,0 @@
{ buildDunePackage, ocplib-json-typed, ocplib-endian }:
buildDunePackage {
pname = "ocplib-json-typed-bson";
inherit (ocplib-json-typed) version useDune2 src;
propagatedBuildInputs = [ ocplib-json-typed ocplib-endian ];
meta = {
description = "A Json_repr compatible implementation of the JSON compatible subset of BSON";
inherit (ocplib-json-typed.meta) homepage license maintainers;
};
}

View File

@ -1058,8 +1058,6 @@ let
ocplib-json-typed = callPackage ../development/ocaml-modules/ocplib-json-typed { };
ocplib-json-typed-bson = callPackage ../development/ocaml-modules/ocplib-json-typed/bson.nix { };
ocplib-simplex = callPackage ../development/ocaml-modules/ocplib-simplex { };
ocsigen-ppx-rpc = callPackage ../development/ocaml-modules/ocsigen-ppx-rpc { };