ocamlPackages.janeStreet_0_15: remove

authored by Vincent Laporte and committed by Vincent Laporte 23328d1c c0b96fce

-74
-74
pkgs/top-level/ocaml-packages.nix
··· 918 918 import ../development/ocaml-modules/janestreet { 919 919 }; 920 920 921 - janeStreet_0_15 = 922 - (lib.makeScope self.newScope ( 923 - self': with self'; { 924 - 925 - # ocamlPackages that janestreet v0.15 packages depend on. 926 - jsDeps = 927 - let 928 - uri-sexp = self.uri-sexp.override { inherit (self') ppx_sexp_conv sexplib0; }; 929 - cohttp = self.cohttp.override { 930 - inherit (self') ppx_sexp_conv; 931 - inherit uri-sexp; 932 - }; 933 - ipaddr-sexp = self.ipaddr-sexp.override { inherit (self') ppx_sexp_conv; }; 934 - conduit = self.conduit.override { 935 - inherit (self') ppx_sexp_conv sexplib; 936 - inherit ipaddr-sexp; 937 - }; 938 - conduit-async = self.conduit-async.override { 939 - inherit (self') 940 - async 941 - ppx_sexp_conv 942 - ppx_here 943 - core 944 - sexplib 945 - async_ssl 946 - ; 947 - inherit conduit ipaddr-sexp; 948 - }; 949 - in 950 - { 951 - inherit (self) 952 - dune-configurator 953 - alcotest 954 - re 955 - num 956 - octavius 957 - uutf 958 - ounit 959 - ctypes 960 - ctypes-foreign 961 - ; 962 - ppxlib = self.ppxlib.override { inherit (self') stdio; }; 963 - cohttp-async = self.cohttp-async.override { 964 - inherit (self') 965 - ppx_sexp_conv 966 - base 967 - async 968 - async_kernel 969 - async_unix 970 - core_unix 971 - sexplib0 972 - core 973 - ; 974 - inherit uri-sexp cohttp conduit-async; 975 - }; 976 - janePackage = callPackage ../development/ocaml-modules/janestreet/janePackage_0_15.nix { }; 977 - }; 978 - 979 - janeStreet = import ../development/ocaml-modules/janestreet/0.15.nix { 980 - self = self' // jsDeps; 981 - inherit ocaml; 982 - inherit (pkgs) 983 - bash 984 - fetchpatch 985 - fzf 986 - lib 987 - openssl 988 - zstd 989 - ; 990 - }; 991 - } 992 - )).overrideScope 993 - liftJaneStreet; 994 - 995 921 javalib = callPackage ../development/ocaml-modules/javalib { }; 996 922 997 923 jingoo = callPackage ../development/ocaml-modules/jingoo { };