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

This commit is contained in:
Vincent Laporte 2022-11-21 07:00:34 +01:00 committed by Vincent Laporte
parent 43b6a1ffe9
commit acab80c274
2 changed files with 0 additions and 17 deletions

View File

@ -1,15 +0,0 @@
{ buildDunePackage, ocplib-json-typed, js_of_ocaml }:
buildDunePackage {
pname = "ocplib-json-typed-browser";
inherit (ocplib-json-typed) version src;
useDune2 = true;
propagatedBuildInputs = [ ocplib-json-typed js_of_ocaml ];
meta = {
description = "A Json_repr interface over JavaScript's objects";
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-browser = callPackage ../development/ocaml-modules/ocplib-json-typed/browser.nix { };
ocplib-json-typed-bson = callPackage ../development/ocaml-modules/ocplib-json-typed/bson.nix { };
ocplib-simplex = callPackage ../development/ocaml-modules/ocplib-simplex { };