aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-10-13 07:56:12 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-10-20 09:39:30 +0200
commit466194482c2a46466a54ddf3c6adf8579ec9c7b1 (patch)
treebfd9b84aaa5706c5457c49bfc2876dcbaa66dee9 /pkgs/development/ocaml-modules/janestreet
parent1f65cf4bde6393561ab762a846482ee90f41a6ff (diff)
ocamlPackages.ppx_type_conv: remove at 113.33.03
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix b/pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix
deleted file mode 100644
index bf36dfab5cb0..000000000000
--- a/pkgs/development/ocaml-modules/janestreet/ppx-type-conv.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{stdenv, buildOcamlJane,
- ppx_core, ppx_deriving, ppx_driver, ppx_tools}:
-
-buildOcamlJane {
- name = "ppx_type_conv";
- hash = "0gv0mqwn97dwrfm6rj442565y8dz7kiq8s8vadnhywrl7j4znqyq";
- propagatedBuildInputs =
- [ ppx_core ppx_deriving ppx_driver ppx_tools ];
-
- meta = with stdenv.lib; {
- description = "The type_conv library factors out functionality needed by different preprocessors that generate code from type specifications";
- maintainers = [ maintainers.maurer ];
- license = licenses.asl20;
- };
-}