summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-11-30 10:21:41 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-12-06 20:25:38 +0100
commitc408cfdf50a7f152d1e695dedba0321e8ed4268e (patch)
tree626a33c5361c62b1659a20e925a9b2068f5a7b77 /pkgs/development/ocaml-modules/janestreet
parent74032d767ad100899bdc9e758b236aafc8c0a8ff (diff)
downloadnixpkgs-c408cfdf50a7f152d1e695dedba0321e8ed4268e.tar
nixpkgs-c408cfdf50a7f152d1e695dedba0321e8ed4268e.tar.gz
nixpkgs-c408cfdf50a7f152d1e695dedba0321e8ed4268e.tar.bz2
nixpkgs-c408cfdf50a7f152d1e695dedba0321e8ed4268e.tar.lz
nixpkgs-c408cfdf50a7f152d1e695dedba0321e8ed4268e.tar.xz
nixpkgs-c408cfdf50a7f152d1e695dedba0321e8ed4268e.tar.zst
nixpkgs-c408cfdf50a7f152d1e695dedba0321e8ed4268e.zip
ocamlPackages.variantslib: remove at 109.15.03 & 113.33.03
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/variantslib.nix19
1 files changed, 0 insertions, 19 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/variantslib.nix b/pkgs/development/ocaml-modules/janestreet/variantslib.nix
deleted file mode 100644
index dfb330f49d5..00000000000
--- a/pkgs/development/ocaml-modules/janestreet/variantslib.nix
+++ /dev/null
@@ -1,19 +0,0 @@
-{lib, buildOcamlJane, type_conv}:
-
-buildOcamlJane {
-  pname = "variantslib";
-  version = "113.33.03";
-
-  minimumSupportedOcamlVersion = "4.00";
-
-  hash = "1hv0f75msrryxsl6wfnbmhc0n8kf7qxs5f82ry3b8ldb44s3wigp";
-
-  propagatedBuildInputs = [ type_conv ];
-
-  meta = with lib; {
-    homepage = "https://github.com/janestreet/variantslib";
-    description = "OCaml variants as first class values";
-    license = licenses.asl20;
-    maintainers = [ maintainers.maurer maintainers.ericbmerritt ];
-  };
-}